Skip to content

Commit 9b4f969

Browse files
committed
Fix
1 parent 5f70fec commit 9b4f969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/eca/handlers.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
(swap! db* update :models merge
1616
(reduce
1717
(fn [models {:keys [model]}]
18-
(assoc-in models
19-
(str config/ollama-model-prefix model)
20-
{:tools (get-in config [:ollama :useTools] false)}))
18+
(assoc models
19+
(str config/ollama-model-prefix model)
20+
{:tools (get-in config [:ollama :useTools] false)}))
2121
{}
2222
ollama-models))))
2323

0 commit comments

Comments
 (0)