mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 03:54:23 +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
|
|
@ -1172,8 +1172,9 @@ export default {
|
|||
com_ui_bookmarks_edit: 'Редактировать закладку',
|
||||
com_ui_page: 'Страница',
|
||||
com_endpoint_ai: 'ИИ',
|
||||
com_endpoint_message_new: 'Сообщение {0} или введите "@" для смены ИИ',
|
||||
com_nav_maximize_chat_space: 'Развернуть чат',
|
||||
com_ui_bookmarks_add: 'Добавить закладку',
|
||||
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