update bingAI

This commit is contained in:
James Feng Cao 2023-04-04 16:03:14 +08:00
parent 89edcd3d46
commit fcc8fe4f5e
1 changed files with 1 additions and 1 deletions

View File

@ -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);