Skip to content

Commit a35ddb4

Browse files
committed
Fix openai max_output_tokens
1 parent 6efbfe7 commit a35ddb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/llm_providers/openai.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
:temperature temperature
7171
:tools tools
7272
:stream true
73-
:max_completion_tokens max-output-tokens}
73+
:max_output_tokens max-output-tokens}
7474
mcp-call-by-item-id* (atom {})
7575
on-response-fn
7676
(fn handle-response [event data reason-id]

0 commit comments

Comments
 (0)