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
As far as I can tell, OPENAI_API_BASE is the convention used by a number of projects, such as Litellm. Can you point me to documentation from OpenAI that would suggest OPENAI_BASE_URL is correct? Thanks!
The environment variable name for OpenAI is set incorrectly in the Compose file.
Incorrect: OPENAI_API_BASE
Should be: OPENAI_BASE_URL
The text was updated successfully, but these errors were encountered: