Skip to content

Commit c947382

Browse files
committed
-
1 parent efd8bed commit c947382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ollama/src/ollama_api/core.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
[body
2222
(json/write-str
2323
{:prompt prompt-text
24-
:model "mistral"
24+
:model "mistral-small"
2525
:stream false})]
2626
(ollama-helper body)))
2727

0 commit comments

Comments
 (0)