bingAI: completed

This commit is contained in:
James Feng Cao 2023-04-06 09:05:34 +08:00
parent 2ac6107614
commit bfa1a68ed2
7 changed files with 34 additions and 14 deletions

View file

@ -391,7 +391,7 @@ async function createChat(theChatType) {
do {
try {
let url = URLTrue(magicUrl,'turing/conversation/create');
let res = await fetch(url, {credentials: 'include'});
let res = await fetch(url, {credentials: "include"});
let resjson = await res.json();
if (!resjson.result || resjson.result.value != 'Success') {
mes = resjson;