From 2c2b2e4b7e943668f1716cbc52e27e2a41624ca5 Mon Sep 17 00:00:00 2001
From: yangyin <18723093654@163.com>
Date: 星期日, 30 六月 2024 17:49:25 +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