update bingAI

master
James Feng Cao 1 year ago
parent 89edcd3d46
commit fcc8fe4f5e

@ -439,7 +439,7 @@ async function createChat(theChatType) {
}
try {
await copyCookies(magicUrl);
let res = await fetch(URLTrue(magicUrl, 'Create'),{credentials: 'include'});
let res = await fetch(URLTrue(magicUrl, 'turing/conversation/create'),{credentials: 'include'});
let resjson = await res.json();
if (!resjson.result) {
console.warn(resjson);

Loading…
Cancel
Save