Mark Pollack

Results 455 comments of Mark Pollack

The Azure model support delegates to this class in the Azure SDK https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/models/ChatCompletionsOptions.java We can't add that option as I don't see how we can map it onto the underlying...

@mkheck is my analysis of the lack of support for this in the Azure SDK correct.?

@mkheck @TheovanKraay Is this something that you can help out with please? Related to https://github.com/spring-projects/spring-ai/pull/2707

closing, please reopen if there are any problems.

@mxsl-gr thanks, sorry I haven't gotten to merging this yet

I'm merging this despite test failure as this PR has improved the support so significantly. We can circle back to figure out what is going on with the function calling...

merged in 611c9493e372f96129dd1ada3a0ca82445ba5994

Thanks, as you and tell i'm a behind. @mkheck does the PR look ok to you?

merged in 3a3439edc44df8c669922d4392942b68c30ccd6e thanks @izogfif !!!!

i believe that we didn't add spring retry around the azure openai sdk, because there is already a feature in that SDK relating to retry. I can't seem to find...