Skip to content

Commit

Permalink
Merge pull request #941 from Portkey-AI/chore/add-stream-options-mapp…
Browse files Browse the repository at this point in the history
…ing-for-azure

chore: add stream options param mapping for azure
  • Loading branch information
VisargD authored Feb 13, 2025
2 parents 7511bbc + 7d00245 commit f15a841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/azure-openai/chatComplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ export const AzureOpenAIChatCompleteConfig: ProviderConfig = {
reasoning_effort: {
param: 'reasoning_effort',
},
stream_options: {
param: 'stream_options',
},
};

interface AzureOpenAIChatCompleteResponse extends ChatCompletionResponse {}
Expand Down

0 comments on commit f15a841

Please sign in to comment.