YuJitang
|
105db00987
|
feat: show token usage per assistant response (#2270)
* feat: show token usage per assistant response
* fix: align client models response with token usage
* fix: address token usage review feedback
* docs: clarify token usage config example
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
|
2026-04-16 08:56:49 +08:00 |
|
Zhiyunyao
|
72df234636
|
refactor(frontend): optimize network queries and improve code readability (#919)
* refactor(frontend): optimize network queries and improve code readability
- useThreadStream: Add useStream with fetchStateHistory: {limit: 1}
- useThreads: Add select fields and disable refetchOnWindowFocus
- useModels: Disable refetchOnWindowFocus
- ChatPage and titleOfThread: Improve thread title logic
- loadModels: Refactor code for better readability
* fix: address the review comments of Copilot
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-02 20:35:46 +08:00 |
|
Henry Li
|
3ce4968e95
|
feat: auto select the first model as default model
|
2026-01-26 17:13:34 +08:00 |
|
Henry Li
|
541586dc66
|
feat: support dynamic loading models
|
2026-01-19 18:54:04 +08:00 |
|