mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
update bingAI
This commit is contained in:
parent
89edcd3d46
commit
fcc8fe4f5e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue