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