GPTcord/src/config_example.json
2023-03-14 21:16:54 +01:00

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."
}