Update no validate warning

65520387126163deeb882b2b2e44dd85970ee52e

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +2 -2Showing whitespace changes
public/locales/zh-tw.json+1 -1
@@ -2380,7 +2380,7 @@
2380 "help_macros_isMobile": "目前是否在行動端使用:\"true\" 表示是,\"false\" 表示否",2380 "help_macros_isMobile": "目前是否在行動端使用:\"true\" 表示是,\"false\" 表示否",
2381 "Persona Lorebook for": "角色知識書適用於",2381 "Persona Lorebook for": "角色知識書適用於",
2382 "persona_world_template_txt": "選中的世界資訊將綁定到此角色。生成 AI 回覆時,會結合全域、角色及聊天知識書中的內容。",2382 "persona_world_template_txt": "選中的世界資訊將綁定到此角色。生成 AI 回覆時,會結合全域、角色及聊天知識書中的內容。",
2383 "Unable to verify key; press \"Test Message\" to validate.": "無法驗證金鑰;請點擊「測試訊息」進行驗證。",2383 "Key saved; press \"Test Message\" to verify.": "金鑰已儲存;請點擊「測試訊息」進行驗證。",
2384 "Preset name:": "預設名稱:",2384 "Preset name:": "預設名稱:",
2385 "Hint: Use a character/group name to bind preset to a specific chat.": "提示:使用角色/群組名稱將綁定預設至特定對話。",2385 "Hint: Use a character/group name to bind preset to a specific chat.": "提示:使用角色/群組名稱將綁定預設至特定對話。",
2386 "Your preset contains proxy and/or custom endpoint settings.": "此預設包含代理和/或自訂端點設定。",2386 "Your preset contains proxy and/or custom endpoint settings.": "此預設包含代理和/或自訂端點設定。",
public/scripts/openai.js+1 -1
@@ -3335,7 +3335,7 @@ async function getStatusOpen() {
3335 chat_completion_sources.GROQ,3335 chat_completion_sources.GROQ,
3336 ];3336 ];
3337 if (noValidateSources.includes(oai_settings.chat_completion_source)) {3337 if (noValidateSources.includes(oai_settings.chat_completion_source)) {
3338 let status = t`Unable to verify key; press \"Test Message\" to validate.`;3338 let status = t`Key saved; press \"Test Message\" to verify.`;
3339 setOnlineStatus(status);3339 setOnlineStatus(status);
3340 return resultCheckStatus();3340 return resultCheckStatus();
3341 }3341 }