Initial commit
This commit is contained in:
commit
c18b8d83ef
9 changed files with 2191 additions and 0 deletions
8
src/config_example.json
Normal file
8
src/config_example.json
Normal 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."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue