Browse Source

change ai id

master
godo 5 months ago
parent
commit
35805b797c
  1. 2
      frontend/src/components/localchat/AiChatMain.vue

2
frontend/src/components/localchat/AiChatMain.vue

@ -132,7 +132,7 @@ const createCompletion = async () => {
};
const chatConfig = modelStore.chatConfig.chat;
const knowledgeId = chatStore.chatInfo.knowledgeId;
const knowledgeId = chatStore.chatInfo.knowledgeId*1;
let postMsg: any = {
messages: requestMessages.value,
model: chatStore.chatInfo.model,

Loading…
Cancel
Save