forked from open-webui/open-webui
fix: backend proxy
This commit is contained in:
parent
439185be80
commit
bb2971260d
3 changed files with 116 additions and 184 deletions
|
@ -12,10 +12,9 @@ RUN npm run build
|
|||
|
||||
FROM python:3.11-slim-buster as base
|
||||
|
||||
ARG OLLAMA_API_BASE_URL='/ollama/api'
|
||||
|
||||
ENV ENV=prod
|
||||
ENV OLLAMA_API_BASE_URL $OLLAMA_API_BASE_URL
|
||||
|
||||
ENV OLLAMA_API_BASE_URL "/ollama/api"
|
||||
|
||||
ENV OPENAI_API_BASE_URL ""
|
||||
ENV OPENAI_API_KEY ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue