gerson
2024-06-30 9d2291d4fe44c8f3e6018103aa576fe6bfb483a9
src/views/project/ch/home/component/waterRight/top.vue
@@ -31,7 +31,7 @@
import { GetLLMList, SetLLM } from '/@/api/ai/chat';
import PlayBar from '/@/components/chat/components/playBar/PlayBar.vue';
import router from '/@/router';
import { activeChatRoom } from '/@/stores/chatRoom';
import { activeChatRoom, activeLLMId } from '/@/stores/chatRoom';
const emits = defineEmits(['sendClick']);
const inputValue = ref('');
@@ -68,7 +68,6 @@
   activeRole: 0,
});
const activeLLMId = ref();
const llmList = ref([]);
const iconList = ['/static/images/wave/Glm.jpg', '/static/images/wave/Glm.jpg', '/static/images/wave/Glm.jpg'];
const getLLMList = async () => {