mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
bingAI: completed
This commit is contained in:
parent
2ac6107614
commit
bfa1a68ed2
7 changed files with 34 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue