to:sync
This commit is contained in:
parent
699877a969
commit
76b14c0832
@ -120,7 +120,7 @@
|
||||
const htmlSpanElement = displayChatGPTMessageAndGetContainer();
|
||||
// 发送消息到ChatGPT
|
||||
addMessage("user", message);
|
||||
const body = JSON.stringify({model: "mistralai/mistral-7b-instruct:free", messages: messages, stream: true});
|
||||
const body = JSON.stringify({model: "google/gemma-7b-it:free", messages: messages, stream: true});
|
||||
ssePost(
|
||||
// 请求地址
|
||||
ENDPOINT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user