adding exit
This commit is contained in:
@ -8,6 +8,7 @@ async function AIRequest(prompt) {
|
||||
.post('https://codex-ai-v9q6.onrender.com/')
|
||||
.headers({ 'Accept': 'application/json', 'Content-Type': 'application/json' })
|
||||
.send({ "prompt": prompt })
|
||||
console.log(AIRequest.body.bot)
|
||||
return AIRequest.body.bot
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user