const response = await fetch('https://api.zhishuyun.com/chatgpt?token=TTTTTTTT', options); const data = await response.json(); const answer = JSON.stringify(data); addAnswer(answer);