-
Notifications
You must be signed in to change notification settings - Fork 945
Open
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.OpenAI
Description
The package could use some maintenance:
- release v0.9.0 of the package so that the latest stuff, including examples, is out there.
- Make sure the examples, that can, showcase the /openai/v1 route method for constructing clients.
- The openai-go package, which we depend on, has moved from v1 to v3 ([azopenai] Updating to use openai-go/v3. #25567)
- Update things to use the modern /openai/v1 route, instead of relying on the older Azure HTTP router (when appropriate). ([azopenai] Updating to use openai-go/v3. #25567)
- The pipelines are failing because of reduced code coverage.
- At the very least, adjust that number to match our current coverage.
- Get coverage back to the old number (0.16), or at understand why that can't happen.
- We also own this repo, so let's get it up to date. It's still using azopenai's Client from the beta package! https://github.com/Azure-Samples/azure-openai-keyless-go (Update to use the openai-go library, and to use the /v1 endpoint. Azure-Samples/azure-openai-keyless-go#17)
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.OpenAI