ircgpt/config.example.json

7 lines
140 B
JSON

{
"server": "irc.libera.chat",
"port": 6697,
"nick": "chatgpt",
"channels": ["#chatgpt"],
"openaiApiKey": "[redacted]"
}