diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-10 06:47:52 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-10 06:47:52 +0000 |
commit | 404067002141c9d548765d9cc44bfdd916beea4e (patch) | |
tree | 9ebc38091b5b68ee39ca04c0e6a199f2f091442c /README.md | |
parent | runpod serverless ollama - WIP (diff) | |
download | milla-404067002141c9d548765d9cc44bfdd916beea4e.tar.gz milla-404067002141c9d548765d9cc44bfdd916beea4e.zip |
WIP
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # milla -Milla is an IRC bot that sends things over to an AI model when you ask it questions, prints the answer with syntax-hilighting.<br/> +Milla is an IRC bot that sends things over to an LLM when you ask it questions, prints the answer with syntax-hilighting.<br/> Currently Supported Models: - Ollama @@ -19,7 +19,7 @@ ircPort = 6697 ircNick = "mybot" ircSaslUser = "mybot" ircSaslPass = "mypass" -ircChannel = "#mychannel" +ircChannels = ["#mychannel1", "#mychannel2"] ollamaEndpoint = "" temp = 0.2 ollamaSystem = "" |