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 a318bd8 commit 7693f03Copy full SHA for 7693f03
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Use web-search false if model capabiltiies are not found.
6
+
7
## 0.71.0
8
9
- Support `/resume` a specific chat.
src/eca/models.clj
@@ -90,7 +90,7 @@
90
(get all-models found-full-model))
91
{:tools true
92
:reason? true
93
- :web-search true})
+ :web-search false})
94
{:model-name real-model-name})]
95
(assoc m full-model model-capabilities)))
96
{}
0 commit comments