We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec221c commit b78f607Copy full SHA for b78f607
src/providers/azure-openai/chatComplete.ts
@@ -23,7 +23,7 @@ export const AzureOpenAIChatCompleteConfig: ProviderConfig = {
23
param: 'function_call',
24
},
25
max_tokens: {
26
- param: 'max_completion_tokens',
+ param: 'max_tokens',
27
default: 100,
28
min: 0,
29
src/providers/openai/chatComplete.ts
@@ -25,7 +25,7 @@ export const OpenAIChatCompleteConfig: ProviderConfig = {
30
31
0 commit comments