aboutsummaryrefslogtreecommitdiff
path: root/cmd/mimi/modules
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-07-27 08:56:29 -0400
committerXe Iaso <me@xeiaso.net>2024-07-27 08:56:29 -0400
commit06513f490515c02a595293c95d0dcef6920a0166 (patch)
tree2655fd30fbc4791bc2ea04d8c5a3fa12e6dcc9d2 /cmd/mimi/modules
parentd73a41507f8aab06b378fad1d30f4ccf827e65db (diff)
downloadx-06513f490515c02a595293c95d0dcef6920a0166.tar.xz
x-06513f490515c02a595293c95d0dcef6920a0166.zip
cmd/mimi: oops lol
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/mimi/modules')
-rw-r--r--cmd/mimi/modules/discord/jufra/jufra.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mimi/modules/discord/jufra/jufra.go b/cmd/mimi/modules/discord/jufra/jufra.go
index ff03781..f058bd7 100644
--- a/cmd/mimi/modules/discord/jufra/jufra.go
+++ b/cmd/mimi/modules/discord/jufra/jufra.go
@@ -19,7 +19,7 @@ import (
)
var (
- chatChannels = flag.String("jufra-chat-channels", "217096701771513856", "comma-separated list of channels to allow chat in")
+ chatChannels = flag.String("jufra-chat-channels", "217096701771513856,1266740925137289287", "comma-separated list of channels to allow chat in")
llamaGuardModel = flag.String("jufra-llama-guard-model", "xe/llamaguard3", "ollama model tag for llama guard")
mimiModel = flag.String("jufra-mimi-model", "xe/mimi:llama3.1", "ollama model tag for mimi")
)