Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQ] [OpenAI] Allow Forwards Compatibility for OpenAi Service version #42564

Open
johnoliver opened this issue Oct 24, 2024 · 0 comments
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

Comments

@johnoliver
Copy link

As OpenAIserviceVersion is an ENUM, this blocks forwards compatibility with newer models created after after the latest azure-ai-openai release. Might be preferable for the serviceVersion builder to at least have the option of taking a string to allow forwards compatibility and moving to newer models without upgrading azure-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

@github-actions github-actions bot added 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 labels Oct 24, 2024
@johnoliver johnoliver changed the title [OpenAI] Allow Forwards Compatibility for OpenAi Service version [FEATURE REQ] [OpenAI] Allow Forwards Compatibility for OpenAi Service version Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant