This PR improves OpenAI support by clarifying OPENAI_HOST in the README, working around a bug in the azure-ai-generative SDK (https://github.com/Azure/azure-sdk-for-python/issues/34963), and fixing a bug in our construction of the OpenAI client.
Does this introduce a breaking change?
[ ] Yes
[X] No
Pull Request Type
What kind of change does this Pull Request introduce?
[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
Purpose
Fixes #61
This PR improves OpenAI support by clarifying OPENAI_HOST in the README, working around a bug in the azure-ai-generative SDK (https://github.com/Azure/azure-sdk-for-python/issues/34963), and fixing a bug in our construction of the OpenAI client.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test