Skip to content

Commit f2658d4

Browse files
authored
Merge pull request #912 from narengogi/o3-mini/max-tokens
add support for reasoning_effort in openai
2 parents 58c6eaa + b78f607 commit f2658d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/providers/openai/chatComplete.ts

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ export const OpenAIChatCompleteConfig: ProviderConfig = {
114114
prediction: {
115115
param: 'prediction',
116116
},
117+
reasoning_effort: {
118+
param: 'reasoning_effort',
119+
},
117120
};
118121

119122
export interface OpenAIChatCompleteResponse extends ChatCompletionResponse {

0 commit comments

Comments
 (0)