Files
robotnik/config.toml
Micheal Smith 16af21b54e Initial commit.
2025-08-05 04:05:10 -05:00

17 lines
333 B
TOML

# Example configuration file.
api-key = "<YOUR-KEY>"
base-url = "api.openai.com"
# If you don't already know the model name you can generally find a listing
# on the models API pages.
model = "gpt4o"
# IRC settings
server = "irc.libera.chat"
port = 6697
channels = ["somechan"]
username = "bot"
nickname = "Roboto"
use_tls = true