forked from open-webui/open-webui
refac: OLLAMA_API_BASE_URL deprecated
This commit is contained in:
parent
5ae121b087
commit
f741adc6c9
12 changed files with 32 additions and 33 deletions
|
@ -20,7 +20,7 @@ FROM python:3.11-slim-bookworm as base
|
|||
ENV ENV=prod
|
||||
ENV PORT ""
|
||||
|
||||
ENV OLLAMA_API_BASE_URL "/ollama/api"
|
||||
ENV OLLAMA_BASE_URL "/ollama"
|
||||
|
||||
ENV OPENAI_API_BASE_URL ""
|
||||
ENV OPENAI_API_KEY ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue