aboutsummaryrefslogtreecommitdiffstats
path: root/config-example.toml
diff options
context:
space:
mode:
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"]