This commit is contained in:
raven 2023-01-16 07:44:49 -05:00
parent 927663a2ca
commit 80d7da0b07
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
// AI.js
var unirest = require('unirest');
async function AIRequest(prompt) {
@ -12,5 +11,4 @@ async function AIRequest(prompt) {
return AIRequest.body.bot
}
module.exports = { AIRequest }