diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-08-22 10:03:58 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-08-22 10:04:08 -0400 |
| commit | 08bc92d9889457509928c1972a6c83acda257233 (patch) | |
| tree | 29085bb0c847323e5c6f407834085c9892a11325 /web | |
| parent | 339cbc202a520d8acd7e9f280e62ac576fcd355b (diff) | |
| download | x-08bc92d9889457509928c1972a6c83acda257233.tar.xz x-08bc92d9889457509928c1972a6c83acda257233.zip | |
cmd/mimi: make the catgirl less cooked
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web')
| -rw-r--r-- | web/ollama/llamaguard/llamaguard.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/ollama/llamaguard/llamaguard.go b/web/ollama/llamaguard/llamaguard.go index 77b41a0..32f46c6 100644 --- a/web/ollama/llamaguard/llamaguard.go +++ b/web/ollama/llamaguard/llamaguard.go @@ -95,7 +95,7 @@ func Check(ctx context.Context, cli *ollama.Client, role, model string, messages Model: model, System: &role, Prompt: formatMessages(messages), - KeepAlive: "60m", + KeepAlive: "9999m", } resp, err := cli.Generate(ctx, req) |
