diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-01-28 22:21:25 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-01-28 22:21:25 +0000 |
commit | 5a606659a310f9d93e4d57b697bbb320103e659c (patch) | |
tree | 80612428e7b6d697a2958703a8172c8828238aba | |
parent | changed inline code type to toml for the exampleconfig (diff) | |
download | milla-5a606659a310f9d93e4d57b697bbb320103e659c.tar.gz milla-5a606659a310f9d93e4d57b697bbb320103e659c.zip |
added an image
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | main.go | 2 | ||||
-rw-r--r-- | milla.png | bin | 0 -> 451797 bytes |
3 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ # milla -Milla is an IRC bot that sends things over to ollama when you ask her questions. +Milla is an IRC bot that sends things over to ollama when you ask her questions, prints the answer with synta-hilighting.<br/> +![milla](./milla.png) ### Config @@ -140,7 +140,7 @@ func runIRC(appConfig TomlConfig, ircChan chan *girc.Client) { } fmt.Println(writer.String()) - client.Cmd.ReplyTo(event, girc.Fmt(writer.String())) + client.Cmd.ReplyTo(event, girc.Fmt("\033[0m"+writer.String())) // client.Cmd.ReplyTo(event, girc.Fmt(ollamaResponse.Response)) } }) diff --git a/milla.png b/milla.png Binary files differnew file mode 100644 index 0000000..f489c92 --- /dev/null +++ b/milla.png |