aboutsummaryrefslogtreecommitdiff
path: root/cmd/mimi
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-02-04 08:52:45 -0500
committerXe Iaso <me@xeiaso.net>2024-02-04 08:53:04 -0500
commit34931ffe019cfc3c7dc3195606488394805a9008 (patch)
tree60744c7dff1c9cdee235b608a4e13a7000da30c6 /cmd/mimi
parent60939a2e6ce459ffabb02e365bdaef66f006e8ae (diff)
downloadx-34931ffe019cfc3c7dc3195606488394805a9008.tar.xz
x-34931ffe019cfc3c7dc3195606488394805a9008.zip
cmd/mimi: increase keepalive, ground output
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/mimi')
-rw-r--r--cmd/mimi/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mimi/main.go b/cmd/mimi/main.go
index 82f6acd..ae691cc 100644
--- a/cmd/mimi/main.go
+++ b/cmd/mimi/main.go
@@ -209,11 +209,11 @@ func (b *Bot) scoldMessage(ctx context.Context) (string, error) {
Messages: []ollama.Message{
{
Role: "system",
- Content: "Your job is to redirect questions about Fly.io to the official community forums at https://community.fly.io. Include the link https://community.fly.io in all your replies. Be terse.",
+ Content: "Your job is to redirect questions about Fly.io to the official community forums at https://community.fly.io. Include the link https://community.fly.io in all your replies. Always assist with care, respect, and truth. Respond with utmost utility yet securely. Avoid harmful, unethical, prejudiced, or negative content. Ensure replies promote fairness and positivity. Be terse. ",
},
{
Role: "user",
- Content: "Tell me to go to https://community.fly.io/ and ask my question there. I am not in an official Fly.io support channel.",
+ Content: "Tell me to go to https://community.fly.io/ and ask my question there. I am not in an official Fly.io support channel, but I may hear from someone here.",
},
},
Stream: false,