mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-15 23:18:09 +01:00
🔗 feat: Convo Settings via URL Query Params & Mention Models (#5184)
* feat: first pass, convo settings from query params * feat: Enhance query parameter handling for assistants and agents endpoints * feat: Update message formatting and localization for AI responses, bring awareness to mention command * docs: Update translations README with detailed instructions for translation script usage and contribution guidelines * chore: update localizations * fix: missing agent_id assignment * feat: add models as initial mention option * feat: update query parameters schema to confine possible query params * fix: normalize custom endpoints * refactor: optimize custom endpoint type check
This commit is contained in:
parent
766657da83
commit
7987e04a2c
19 changed files with 370 additions and 48 deletions
|
|
@ -874,4 +874,10 @@ export default {
|
|||
com_ui_duplicate_agent_confirm: '您確定要複製這個助理嗎?',
|
||||
com_ui_delete_shared_link: '刪除共享連結?',
|
||||
com_nav_welcome_agent: '請選擇代理',
|
||||
com_ui_bookmarks_edit: '編輯書籤',
|
||||
com_ui_bookmarks_add: '新增書籤',
|
||||
com_ui_page: '頁面',
|
||||
com_nav_maximize_chat_space: '最大化聊天視窗',
|
||||
com_endpoint_ai: 'AI',
|
||||
com_endpoint_message_new: '輸入訊息 {0} 或輸入 "@" 以切換 AI',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue