From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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