yangyin
2024-06-30 2c2b2e4b7e943668f1716cbc52e27e2a41624ca5
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;