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 ad2e9d5 commit f934141Copy full SHA for f934141
1 file changed
src/eca/db.clj
@@ -21,7 +21,7 @@
21
:web-search true}
22
"claude-3-5-haiku-latest" {:tools true
23
:web-search true}} ;; + ollama local models
24
- :default-model "o4-mini" ;; unless a ollama model is running.
+ :default-model "claude-sonnet-4-0" ;; unless a ollama model is running.
25
:mcp-clients {}})
26
27
(defonce db* (atom initial-db))
0 commit comments