From 30878d21b5fa4580da01cb87a7683fe7fa9afcb2 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期日, 30 六月 2024 12:25:21 +0800
Subject: [PATCH] fix: 联调次场景

---
 src/views/project/ch/home/component/waterRight/top.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue
index d261cee..b08ca14 100644
--- a/src/views/project/ch/home/component/waterRight/top.vue
+++ b/src/views/project/ch/home/component/waterRight/top.vue
@@ -93,9 +93,9 @@
 
 const setLLm = async (llmId: string) => {
 	
-	const res = await SetLLM({
-		llm: llmId,
-	});
+	// const res = await SetLLM({
+	// 	llm: llmId,
+	// });
 	activeLLMId.value = llmId;
 
 	return true;

--
Gitblit v1.9.3