Skip to content

Commit 09cb798

Browse files
committed
Increase max tokens for anthropic
1 parent 4e02f71 commit 09cb798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/llm_providers/anthropic.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
body (merge (assoc-some
109109
{:model model
110110
:messages (add-cache-to-last-message messages)
111-
:max_tokens (or max-output-tokens {:max_tokens 8192})
111+
:max_tokens (or max-output-tokens {:max_tokens 32000})
112112
:stream true
113113
:tools (->tools tools web-search)
114114
:system [{:type "text" :text "You are Claude Code, Anthropic's official CLI for Claude."}

0 commit comments

Comments
 (0)