ircgpt/config.example.json

9 lines
229 B
JSON
Raw Normal View History

2023-03-07 03:30:39 +00:00
{
"server": "irc.libera.chat",
"port": 6697,
"nick": "chatgpt",
"channels": ["#chatgpt"],
"openaiApiKey": "[redacted]",
"initialSystemMessage": "You are a helpful assistant.",
"alwaysRemember": false
2023-03-07 03:30:39 +00:00
}