aboutsummaryrefslogtreecommitdiffstats
path: root/config-example.toml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-13 16:30:11 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-13 16:30:11 +0000
commit7b6605142343a622a982ca36da5ee6fbd1cd9a19 (patch)
tree5cbb6026f9e4d87f4fbac5f7db7da14ffb575a52 /config-example.toml
parentadded a config file for golangci-lint (diff)
downloadmilla-7b6605142343a622a982ca36da5ee6fbd1cd9a19.tar.gz
milla-7b6605142343a622a982ca36da5ee6fbd1cd9a19.zip
updated the readme, added example config file
Diffstat (limited to 'config-example.toml')
-rw-r--r--config-example.toml33
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"]