8 lines
315 B
JSON
8 lines
315 B
JSON
{
|
|
"__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."
|
|
}
|