Add local ollama URL to config.toml file
This commit is contained in:
parent
77de9b776a
commit
521df60f86
3 changed files with 3 additions and 3 deletions
|
@ -9,4 +9,4 @@ ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef
|
|||
|
||||
[API_ENDPOINTS]
|
||||
SEARXNG = "http://SearxNG:8080" # SearxNG API URL
|
||||
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434
|
||||
OLLAMA = "http://host.docker.internal:11434"
|
Loading…
Add table
Add a link
Reference in a new issue