mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-30 14:25:19 +01:00
🔥 feat: deepseek-reasoner Thought Streaming (#5379)
* 🔧 refactor: Remove unused penalties and enhance reasoning token handling in OpenAIClient * 🔧 refactor: `addInstructions` default to adding instructions at index 0, flag for legacy behavior * chore: remove long placeholder * chore: update localization strings across multiple languages * ci: adjust tests for new `addInstructions` behavior
This commit is contained in:
parent
79585e22d2
commit
d6b4d83b68
14 changed files with 67 additions and 18 deletions
|
|
@ -902,6 +902,7 @@ export default {
|
|||
com_endpoint_ai: '人工智能',
|
||||
com_ui_page: '页面',
|
||||
com_nav_maximize_chat_space: '最大化聊天窗口',
|
||||
com_endpoint_message_new: '发送消息 {0} 或输入"@"切换AI',
|
||||
com_ui_collapse_chat: '收起聊天',
|
||||
com_endpoint_message_new: '消息 {0}',
|
||||
com_ui_speech_while_submitting: '正在生成回复时无法提交语音',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue