We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd8bed commit c947382Copy full SHA for c947382
ollama/src/ollama_api/core.clj
@@ -21,7 +21,7 @@
21
[body
22
(json/write-str
23
{:prompt prompt-text
24
- :model "mistral"
+ :model "mistral-small"
25
:stream false})]
26
(ollama-helper body)))
27
0 commit comments