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 6efbfe7 commit a35ddb4Copy full SHA for a35ddb4
1 file changed
src/eca/llm_providers/openai.clj
@@ -70,7 +70,7 @@
70
:temperature temperature
71
:tools tools
72
:stream true
73
- :max_completion_tokens max-output-tokens}
+ :max_output_tokens max-output-tokens}
74
mcp-call-by-item-id* (atom {})
75
on-response-fn
76
(fn handle-response [event data reason-id]
0 commit comments