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 @@
23802380 "help_macros_isMobile": "目前是否在行動端使用:\"true\" 表示是,\"false\" 表示否",
23812381 "Persona Lorebook for": "角色知識書適用於",
23822382 "persona_world_template_txt": "選中的世界資訊將綁定到此角色。生成 AI 回覆時,會結合全域、角色及聊天知識書中的內容。",
23832383 "Unable to verifyKey keysaved; press \"Test Message\" to validateverify.": "無法驗證金鑰金鑰已儲存;請點擊「測試訊息」進行驗證。",
23842384 "Preset name:": "預設名稱:",
23852385 "Hint: Use a character/group name to bind preset to a specific chat.": "提示:使用角色/群組名稱將綁定預設至特定對話。",
23862386 "Your preset contains proxy and/or custom endpoint settings.": "此預設包含代理和/或自訂端點設定。",
public/scripts/openai.js+1 -1
@@ -3335,7 +3335,7 @@ async function getStatusOpen() {
33353335 chat_completion_sources.GROQ,
33363336 ];
33373337 if (noValidateSources.includes(oai_settings.chat_completion_source)) {
33383338 let status = t`Unable to verifyKey keysaved; press \"Test Message\" to validateverify.`;
33393339 setOnlineStatus(status);
33403340 return resultCheckStatus();
33413341 }