Skip to content

Commit aa68573

Browse files
committed
Fix anthropic/claude-3-5-haiku-20241022 model.
1 parent e9bed22 commit aa68573

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Fix `anthropic/claude-3-5-haiku-20241022` model.
6+
57
## 0.36.2
68

79
- Add login providers and server command to `/doctor`.

src/eca/config.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
:models {"claude-sonnet-4-20250514" {:extraPayload {:thinking {:type "enabled" :budget_tokens 2048}}}
3737
"claude-opus-4-1-20250805" {:extraPayload {:thinking {:type "enabled" :budget_tokens 2048}}}
3838
"claude-opus-4-20250514" {:extraPayload {:thinking {:type "enabled" :budget_tokens 2048}}}
39-
"claude-3-5-haiku-20241022" {:extraPayload {:thinking {:type "enabled" :budget_tokens 2048}}}}}
39+
"claude-3-5-haiku-20241022" {}}}
4040
"github-copilot" {:api "openai-chat"
4141
:url "https://api.githubcopilot.com"
4242
:key nil ;; not supported, requires login auth

0 commit comments

Comments
 (0)