[FEATURE REQ] [OpenAI] Allow Forwards Compatibility for OpenAi Service version #42564
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-triage
Workflow: This issue needs the team to triage.
OpenAI
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
As
OpenAIserviceVersion
is an ENUM, this blocks forwards compatibility with newer models created after after the latestazure-ai-openai
release. Might be preferable for theserviceVersion
builder to at least have the option of taking a string to allow forwards compatibility and moving to newer models without upgradingazure-ai-openai
:https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/openai/azure-ai-openai/src/main/java/com/azure/ai/openai/OpenAIClientBuilder.java#L250
The text was updated successfully, but these errors were encountered: