Berjan Jonker

Results 3 comments of Berjan Jonker

For Azure the 'Deployment Name' should be used and not the 'Model Name'. As a workaround you can use: `((AzureOpenAiClient)aiClient).setModel("deployment-name");`

> > I have found that this issue is not related to Spring AI. > > `doOnEach` handles multiple events. In the provided code, it calls the `onComplete` event as...

Thanks for testing @markpollack! I did some testing with different setups in Azure and I found the cause. It is because of the Content Filtering option: [asynchronous-filter](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cuser-prompt%2Cpython-new#asynchronous-filter) As you can...