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
|
@ -1,6 +1,6 @@
|
|||
# Ollama URL for the backend to connect
|
||||
# The path '/ollama/api' will be redirected to the specified backend URL
|
||||
OLLAMA_API_BASE_URL='http://localhost:11434/api'
|
||||
# The path '/ollama' will be redirected to the specified backend URL
|
||||
OLLAMA_BASE_URL='http://localhost:11434'
|
||||
|
||||
OPENAI_API_BASE_URL=''
|
||||
OPENAI_API_KEY=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue