Constantin Ponfick

Results 5 comments of Constantin Ponfick

> hey @cponfick-bhs thank you for raising this, it makes sense. We'd need to do some digging and experiment with a few UX - would you be able to share...

It seems like the issue is not restricted to Kotlin. I have the same problem using java.

@tzolov Yes, that is correct, but you can also set the options in the chat model constructor (see the test case): ```java final MistralAiChatOptions.Builder optionsBuilder = MistralAiChatOptions.builder() .withModel("model-name") .withTemperature(0); new...

> What is particular application use case that the current merging model can not cover? In the current implementation, the test I provided fails. The same test with an `OpenAPIChatModel`...