mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 09:49:38 +07:00
feat: Azure OpenAI Image Generation support
This commit is contained in:
@@ -2745,6 +2745,13 @@ Strictly return in JSON format:
|
||||
- Description: Sets the OpenAI-compatible base URL to use for DALL-E image generation.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
#### `IMAGES_OPENAI_API_VERSION`
|
||||
|
||||
- Type: `str`
|
||||
- Default: `${OPENAI_API_VERSION}`
|
||||
- Description: Optional setting. If provided it sets the `api-version` query parameter when calling the image generation. If the Azure OpenAI service is used, this needs to be configured.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
#### `IMAGES_OPENAI_API_KEY`
|
||||
|
||||
- Type: `str`
|
||||
|
||||
Reference in New Issue
Block a user