From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type.ts | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git "a/app/\050commonLayout\051/app/\050appDetailLayout\051/\133appId\135/overview/tracing/type.ts" "b/app/\050commonLayout\051/app/\050appDetailLayout\051/\133appId\135/overview/tracing/type.ts" index 386c589..982d01f 100644 --- "a/app/\050commonLayout\051/app/\050appDetailLayout\051/\133appId\135/overview/tracing/type.ts" +++ "b/app/\050commonLayout\051/app/\050appDetailLayout\051/\133appId\135/overview/tracing/type.ts" @@ -2,7 +2,6 @@ langSmith = 'langsmith', langfuse = 'langfuse', opik = 'opik', - weave = 'weave', } export type LangSmithConfig = { @@ -22,11 +21,4 @@ project: string workspace: string url: string -} - -export type WeaveConfig = { - api_key: string - entity: string - project: string - endpoint: string } -- Gitblit v1.8.0