You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
This is a feature request for the Python library
Describe the feature or improvement you're requesting
For my environment I need to configure this library via environment variables. I use to be able to define the base URL via OPENAI_API_BASE but no longer can. I am also not able to define a base_url and a AZURE_OPENAI_ENDPOINT at the same time.
I understand v1 now exposes the ability for set base_url with _httpx.URL, but after reading the httpx documentation, it does not seem immediately clear how to do so via environment variables.