mirror of
https://github.com/katanemo/plano.git
synced 2026-07-23 16:51:04 +02:00
add retry
This commit is contained in:
parent
71658ddbd9
commit
a3f93de85d
7 changed files with 29 additions and 9 deletions
|
|
@ -6,3 +6,12 @@ services:
|
|||
- "16686:16686"
|
||||
- "4317:4317"
|
||||
- "4318:4318"
|
||||
open-web-ui:
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- DEFAULT_MODEL=gpt-4o-mini
|
||||
- ENABLE_OPENAI_API=true
|
||||
- OPENAI_API_BASE_URL=http://host.docker.internal:8001/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue