ircgpt/config.example.json

12 lines
285 B
JSON

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