Skip to content

Fix missing configured options in MistralAI request#5476

Open
xhaggi wants to merge 1 commit intospring-projects:mainfrom
xhaggi:GH-5474
Open

Fix missing configured options in MistralAI request#5476
xhaggi wants to merge 1 commit intospring-projects:mainfrom
xhaggi:GH-5474

Conversation

@xhaggi
Copy link

@xhaggi xhaggi commented Feb 19, 2026

The ChatCompletionRequest record does not cover all the options you can configure via MistralAiChatOptions.

Missing options from request:

  • frequency_penalty
  • presence_penalty
  • n

Fixes #5474

The ChatCompletionRequest record does not cover all the options you can configure via MistralAiChatOptions.

Missing options from request:
- frequency_penalty
- presence_penalty
- n

Signed-off-by: Sascha Woo <sascha.woo@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ChatCompletionRequest does not cover all options of MistralAiChatOptions

2 participants