Document OPENAI_BASE_URL env var (#16195)

This commit is contained in:
Josh Hawkins 2025-01-28 09:58:15 -06:00 committed by GitHub
parent 99d27c154e
commit 202e9ad9ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,12 @@ genai:
model: gpt-4o
```
::: note
To use a different OpenAI-compatible API endpoint, set the `OPENAI_BASE_URL` environment variable to your provider's API URL.
:::
## Azure OpenAI
Microsoft offers several vision models through Azure OpenAI. A subscription is required.