4.8.18 test (#3543)

* perf: login check

* doc

* perf: llm model config

* perf: team clb config
This commit is contained in:
Archer
2025-01-07 14:21:05 +08:00
committed by GitHub
parent 07cc849877
commit f556fbf0d5
49 changed files with 1644 additions and 1535 deletions

View File

@@ -1,7 +1,14 @@
{
"active_model": "可用模型",
"add_default_model": "新增預設模型",
"api_key": "API 金鑰",
"bills_and_invoices": "帳單與發票",
"channel": "頻道",
"confirm_logout": "確認登出登入?",
"create_channel": "新增頻道",
"create_model": "新增模型",
"custom_model": "自訂模型",
"default_model": "預設模型",
"logout": "登出",
"model_provider": "模型提供者",
"notifications": "通知",

View File

@@ -1187,6 +1187,7 @@
"tag_list": "標籤列表",
"team_tag": "團隊標籤",
"textarea_variable_picker_tip": "輸入「/」以選擇變數",
"unauth_token": "憑證已過期,請重新登入",
"unit.character": "字元",
"unit.minute": "分鐘",
"unit.seconds": "秒",

View File

@@ -49,7 +49,7 @@
"execution_error": "執行錯誤",
"extraction_requirements_description": "擷取需求描述",
"extraction_requirements_description_detail": "提供 AI 相對應的背景知識或需求描述,引導 AI 更好地完成任務。\\n這個輸入框可以使用全域變數。",
"extraction_requirements_placeholder": "例如\\n1. 目前時間為{{cTime}}。您是一位實驗室預約助理,您的任務是助使用者預約實驗室,從文字中取得對應的預約資訊。\\n2. 您是 Google 搜尋助,需要從文字中取出合適的搜尋詞。",
"extraction_requirements_placeholder": "例如: 1. 目前時間為: {{cTime}}。\n你是實驗室預約助手,你的任務是助使用者預約實驗室,從文字中取得對應的預約資訊。\n\n2. 你是Google搜尋助,需要從文字中取出合適的搜尋詞。",
"feedback_text": "回饋文字",
"field_description": "欄位描述",
"field_description_placeholder": "描述這個輸入欄位的功能,如果是工具呼叫參數,這個描述會影響模型產生的品質",