From bc13b161e2873acd68054e0ac1e89b92f2305bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=B1=E7=A9=BA?= <2793500992@qq.com> Date: Thu, 10 Apr 2025 19:12:25 -0400 Subject: [PATCH] Update translation.json --- src/public/locales/en/translation.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/public/locales/en/translation.json b/src/public/locales/en/translation.json index 2d071f2..38090b7 100644 --- a/src/public/locales/en/translation.json +++ b/src/public/locales/en/translation.json @@ -77,10 +77,8 @@ "models_modelCapabilities_toolUsage": "Tool Usage", "models_modelCapabilities_embedding": "Embedding", "models_modelCapabilities_chat": "Chat", - "models_modelCapabilities_completion": "Completion", - "models_deleteModel": "Delete Model", "webSearch_title": "Web Search (Preview)", "webSearch_toggle_label": "Enable Web Search Function", "webSearch_description": "When enabled, the AI can search the web to provide more up-to-date information. Please note that web search is currently only supported with OpenAI and Gemini models. Also, when web search is enabled, streaming responses (where text appears incrementally) will not be available."