diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-13 16:30:11 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-13 16:30:11 +0000 |
commit | 7b6605142343a622a982ca36da5ee6fbd1cd9a19 (patch) | |
tree | 5cbb6026f9e4d87f4fbac5f7db7da14ffb575a52 /config-example.toml | |
parent | added a config file for golangci-lint (diff) | |
download | milla-7b6605142343a622a982ca36da5ee6fbd1cd9a19.tar.gz milla-7b6605142343a622a982ca36da5ee6fbd1cd9a19.zip |
updated the readme, added example config file
Diffstat (limited to '')
-rw-r--r-- | config-example.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/config-example.toml b/config-example.toml new file mode 100644 index 0000000..9a5a56e --- /dev/null +++ b/config-example.toml @@ -0,0 +1,33 @@ +ircServer = "irc.libera.caht" +ircNick = "milla" +ircSaslUser = "" +ircSaslPass = "" +ollamaEndpoint = "http://127.0.0.1:11434/api/chat" +model = "ollama2-uncensored" +chromaStyle = "monokai" +chromaFormatter = "terminal16m" +provider = "ollama" +apikey = "xxx" +ollamaSystem = "" +clientCertPath = "" +serverPass = "" +bind = "" +temp = 0.5 +requestTimeout = 10 +millaReconnectDelay = 60 +ircPort = 6669 +keepAlive = 20 +memoryLimit = 20 +pingDelay = 20 +pingTimeout = 600 +topP = 0.9 +topK = 0 +enableSasl = false +skipTLSVerify = false +useTLS = true +disableSTSFallback = true +allowFlood = false +debug = false +out = false +admins = ["nick1", "nick2"] +ircChannels = ["##milla1", "##milla2"] |