Add local ollama URL to config.toml file

This commit is contained in:
chris depalma
2024-07-30 11:37:31 -04:00
parent 77de9b776a
commit 521df60f86
3 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ GROQ = "" # Groq API key - gsk_1234567890abcdef1234567890abcdef
ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef
[API_ENDPOINTS]
SEARXNG = "http://localhost:32768" # SearxNG API URL
SEARXNG = "http://SearxNG:8080" # SearxNG API URL
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434