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 9775e10 commit 059d437Copy full SHA for 059d437
src/providers/azure-ai-inference/chatComplete.ts
@@ -28,7 +28,7 @@ export const AzureAIInferenceChatCompleteConfig: ProviderConfig = {
28
min: 0,
29
},
30
max_completion_tokens: {
31
- param: 'max_tokens',
+ param: 'max_completion_tokens',
32
default: 100,
33
34
0 commit comments