Browse Source

change chat with img

master
godo 6 months ago
parent
commit
90be3faae1
  1. 2
      frontend/src/components/localchat/AiChatMain.vue

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

@ -90,7 +90,7 @@ const createCompletion = async () => {
const img2txtModel = await modelStore.getModel("img2txt");
const usermsg = chatStore.messageList[chatStore.messageList.length - 1];
postMsg = {
model: img2txtModel,
model: img2txtModel.model,
//"prompt":userMessage.value,
stream: false,
//options: chatConfig,

Loading…
Cancel
Save