Track all requests to OpenAI in a database

this will be in future used to limit access to the bot
This commit is contained in:
Wroclaw 2023-05-02 17:55:48 +02:00
parent 05c50d25e4
commit a66115c3b8
5 changed files with 94 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"author": "Wroclaw",
"license": "MIT",
"dependencies": {
"@prisma/client": "^4.13.0",
"discord.js": "^14.8.0",
"fold-to-ascii": "^5.0.1",
"gpt-3-encoder": "^1.1.4",
@ -20,6 +21,7 @@
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"prisma": "^4.13.0",
"typescript": "^4.9.5"
}
}