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 f429e4a commit 12bf42dCopy full SHA for 12bf42d
src/api/providers/requesty.ts
@@ -123,7 +123,9 @@ export class RequestyHandler extends BaseProvider implements SingleCompletionHan
123
model,
124
max_tokens,
125
temperature,
126
- ...(reasoning_effort && reasoning_effort !== "minimal" && { reasoning_effort }),
+ ...(reasoning_effort &&
127
+ reasoning_effort !== "minimal" &&
128
+ reasoning_effort !== "off" && { reasoning_effort }),
129
...(thinking && { thinking }),
130
stream: true,
131
stream_options: { include_usage: true },
0 commit comments