We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f70fec commit 9b4f969Copy full SHA for 9b4f969
src/eca/handlers.clj
@@ -15,9 +15,9 @@
15
(swap! db* update :models merge
16
(reduce
17
(fn [models {:keys [model]}]
18
- (assoc-in models
19
- (str config/ollama-model-prefix model)
20
- {:tools (get-in config [:ollama :useTools] false)}))
+ (assoc models
+ (str config/ollama-model-prefix model)
+ {:tools (get-in config [:ollama :useTools] false)}))
21
{}
22
ollama-models))))
23
0 commit comments