Files
robotnik/config.toml

21 lines
447 B
TOML
Raw Normal View History

2025-08-05 01:47:11 -05:00
# Example configuration file.
api-key = "<YOUR-KEY>"
base-url = "api.openai.com"
2025-08-11 19:31:38 -05:00
chroot-dir = "/home/bot/root"
# If using chroot (recommended) then this will be relative.
command-path = "/cmds"
2025-08-05 01:47:11 -05:00
# 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