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
OPENAI_BASE_URL is more canonical and less errorprone (in adrian's opinion) than OPENAI_HOST for indicating the base endpoint. Typically, this ends in /v1. We should take care to also both handle trailing slash and not require it. After this, I think we should sunset OPENAI_HOST so that there's only one way.
OPENAI_BASE_URL is more canonical and less errorprone (in adrian's opinion) than OPENAI_HOST for indicating the base endpoint. Typically, this ends in /v1. We should take care to also both handle trailing slash and not require it. After this, I think we should sunset OPENAI_HOST so that there's only one way.
from _client.py
https://github.com/openai/openai-python#configuring-the-http-client
The text was updated successfully, but these errors were encountered: