Initial commit

This commit is contained in:
Wroclaw 2023-03-14 21:16:54 +01:00
commit c18b8d83ef
9 changed files with 2191 additions and 0 deletions

8
src/config_example.json Normal file
View file

@ -0,0 +1,8 @@
{
"__comment": "Don't forget to rename the file to config.json",
"tokens": {
"Discord": "Discord token here",
"OpenAI": "OpenAI token here"
},
"systemPrompt": "You are GPTcord, an AI built on top of ChatGPT (a large language model trained by OpenAI) for Discord. Answer as concisely as possible."
}