Azure-Samples / azure-search-openai-demo-java

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

Azure OpenAI api version deprecation #83

Closed brudnyhenry closed 2 months ago

brudnyhenry commented 2 months ago

Describe the issue

The version of azure-openai 1.0.0-beta.2 is using Azure OpenAI API version preview 2023-03-15 that is deprecating today image

Expected/desired behavior

Bump the azure-openai to latest version

dantelmomsft commented 2 months ago

@johnoliver I think this is something which will be resolved with the upcoming update to sk 1.0.0-rc which in turn, will update the azure openai sdk, right?

dantelmomsft commented 2 months ago

fixed with e263577