From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- i18n/en-US/app.ts | 23 +---------------------- 1 files changed, 1 insertions(+), 22 deletions(-) diff --git a/i18n/en-US/app.ts b/i18n/en-US/app.ts index c57d6c2..343b01e 100644 --- a/i18n/en-US/app.ts +++ b/i18n/en-US/app.ts @@ -155,15 +155,11 @@ }, langfuse: { title: 'Langfuse', - description: 'Open-source LLM observability, evaluation, prompt management and metrics to debug and improve your LLM application.', + description: 'Traces, evals, prompt management and metrics to debug and improve your LLM application.', }, opik: { title: 'Opik', description: 'Opik is an open-source platform for evaluating, testing, and monitoring LLM applications.', - }, - weave: { - title: 'Weave', - description: 'Weave is an open-source platform for evaluating, testing, and monitoring LLM applications.', }, inUse: 'In use', configProvider: { @@ -177,24 +173,7 @@ removeConfirmContent: 'The current configuration is in use, removing it will turn off the Tracing feature.', }, }, - appSelector: { - label: 'APP', - placeholder: 'Select an app...', - params: 'APP PARAMETERS', - noParams: 'No parameters needed', - }, showMyCreatedAppsOnly: 'Created by me', - structOutput: { - moreFillTip: 'Showing max 10 levels of nesting', - required: 'Required', - LLMResponse: 'LLM Response', - configure: 'Configure', - notConfiguredTip: 'Structured output has not been configured yet', - structured: 'Structured', - structuredTip: 'Structured Outputs is a feature that ensures the model will always generate responses that adhere to your supplied JSON Schema', - modelNotSupported: 'Model not supported', - modelNotSupportedTip: 'The current model does not support this feature and is automatically downgraded to prompt injection.', - }, } export default translation -- Gitblit v1.8.0