ircgpt/config.example.json

9 lines
229 B
JSON

{
"server": "irc.libera.chat",
"port": 6697,
"nick": "chatgpt",
"channels": ["#chatgpt"],
"openaiApiKey": "[redacted]",
"initialSystemMessage": "You are a helpful assistant.",
"alwaysRemember": false
}