mirror of
https://github.com/torappinfo/uweb.git
synced 2025-01-15 08:31:00 +01:00
update bingAI
This commit is contained in:
parent
89edcd3d46
commit
fcc8fe4f5e
|
@ -439,7 +439,7 @@ async function createChat(theChatType) {
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
await copyCookies(magicUrl);
|
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();
|
let resjson = await res.json();
|
||||||
if (!resjson.result) {
|
if (!resjson.result) {
|
||||||
console.warn(resjson);
|
console.warn(resjson);
|
||||||
|
|
Loading…
Reference in a new issue