ircgpt/config.example.json

12 lines
285 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.",
2023-03-11 05:18:45 +00:00
"newChatCmd": "!chat",
"contChatCmd": "!cont",
"alwaysRemember": false
2023-03-11 05:18:45 +00:00
}