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 1eebcf2 commit ad37797Copy full SHA for ad37797
src/providers/groq/index.ts
@@ -15,7 +15,7 @@ const GroqConfig: ProviderConfigs = {
15
undefined,
16
{
17
service_tier: { param: 'service_tier', required: false },
18
- reasoning_effort: { param: 'reasoning_effort', required: false }
+ reasoning_effort: { param: 'reasoning_effort', required: false },
19
}
20
),
21
createTranscription: {},
0 commit comments