Skip to content

Conversation

@sobychacko
Copy link
Contributor

Add missing options from Azure ChatCompletionsOptions to Spring AI AzureOpenAiChatOptions. The following fields have been added:

  • seed
  • logprobs
  • topLogprobs
  • enhancements

This change ensures better alignment between the two option sets, improving compatibility and feature parity.

Resolves #889

…mpletionsOptions

Add missing options from Azure ChatCompletionsOptions to Spring AI
AzureOpenAiChatOptions. The following fields have been added:

- seed
- logprobs
- topLogprobs
- enhancements

This change ensures better alignment between the two option sets,
improving compatibility and feature parity.

Resolves spring-projects#889
@markpollack markpollack added this to the 1.0.0-M3 milestone Sep 24, 2024
@markpollack
Copy link
Member

merged in 42dcb45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AzureOpenAiChatOptions] Unable to set all possible options when calling AzureOpenAiChatModel

2 participants