mirror of
https://github.com/open-webui/docs
synced 2025-05-21 03:35:55 +00:00
Update openai.md
This commit is contained in:
parent
582277bf74
commit
aafa202399
@ -36,7 +36,7 @@ services:
|
||||
- 'OPENAI_API_BASE_URLS=${OPENAI_API_BASE_URLS}'
|
||||
- 'OPENAI_API_KEYS=${OPENAI_API_KEYS}'
|
||||
```
|
||||
You can edit the ${VARIABLES} directly, or optionally define the values of these variables in an `.env` file, which should be placed in the same directory as the `docker-compose.yaml` file:
|
||||
You can edit the `${VARIABLES}` directly, or optionally define the values of these variables in an `.env` file, which should be placed in the same directory as the `docker-compose.yaml` file:
|
||||
```ini
|
||||
OPENAI_API_BASE_URLS="https://api.openai.com/v1;https://api.mistral.ai/v1"
|
||||
OPENAI_API_KEYS="<OPENAI_API_KEY_1>;<OPENAI_API_KEY_2>"
|
||||
|
Loading…
Reference in New Issue
Block a user