Caption: Rename Anthropic => Claude

ab66a9fed106dcf5b9ba054b0f250fc856f0e0bf

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

4 files changed, +5 -5Showing whitespace changes
public/locales/fr-fr.json+1 -1
@@ -1566,7 +1566,7 @@
15661566 "These files are available for all characters in the current chat.": "Ces fichiers sont disponibles pour tous les personnages du chat actuel.",
15671567 "Image Captioning": "Légende des images",
15681568 "Local": "Local",
1569- "Multimodal (OpenAI / Anthropic / llama / Google)": "Multimodal (OpenAI / Anthropic / llama / Google)",
1569+ "Multimodal": "Multimodal",
15701570 "Extras": "Extras",
15711571 "Horde": "Horde",
15721572 "API": "API",
public/locales/zh-cn.json+1 -1
@@ -1479,7 +1479,7 @@
14791479 "Image Captioning": "图像描述",
14801480 "Source": "来源",
14811481 "Local": "本地",
1482- "Multimodal (OpenAI / Anthropic / llama / Google)": "多模态(OpenAI / Anthropic / llama / Google)",
1482+ "Multimodal": "多模态",
14831483 "Extras": "更多",
14841484 "Horde": "Horde",
14851485 "API": "API",
public/locales/zh-tw.json+1 -1
@@ -1674,7 +1674,7 @@
16741674 "Message Template": "訊息範本",
16751675 "Model ID": "模型 ID",
16761676 "mui_reset": "重設",
1677- "Multimodal (OpenAI / Anthropic / llama / Google)": "多模態(OpenAI/Anthropic/llama/Google)",
1677+ "Multimodal": "多模態",
16781678 "must be set in Tabby's config.yml to switch models.": "須在 Tabby's config.yml 中設定以切換模型。",
16791679 "Names as Stop Strings": "將名稱用作停止字串",
16801680 "Never": "從不",
public/scripts/extensions/caption/settings.html+2 -2
@@ -9,7 +9,7 @@
99 <label for="caption_source" data-i18n="Source">Source</label>
1010 <select id="caption_source" class="text_pole">
1111 <option value="local" data-i18n="Local">Local</option>
1212 <option value="multimodal" data-i18n="Multimodal (OpenAI / Anthropic / llama / Google)">Multimodal (OpenAI / Anthropic / llama / Google)</option>
1313 <option value="extras" data-i18n="Extras">Extras (deprecated)</option>
1414 <option value="horde" data-i18n="Horde">Horde</option>
1515 </select>
@@ -18,7 +18,7 @@
1818 <label for="caption_multimodal_api" data-i18n="API">API</label>
1919 <select id="caption_multimodal_api" class="flex1 text_pole">
2020 <option value="aimlapi">AI/ML API</option>
2121 <option value="anthropic">AnthropicClaude</option>
2222 <option value="cohere">Cohere</option>
2323 <option value="custom" data-i18n="Custom (OpenAI-compatible)">Custom (OpenAI-compatible)</option>
2424 <option value="electronhub">Electron Hub</option>