Initial commit.

This commit is contained in:
Micheal Smith
2025-08-05 01:47:11 -05:00
commit 2a58a89786
10 changed files with 3689 additions and 0 deletions

16
config.toml Normal file
View File

@@ -0,0 +1,16 @@
# 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