feat(sample-settings): update Ollama URL placeholder

This commit is contained in:
ItzCrazyKns 2024-04-28 19:52:31 +05:30
parent c053af534c
commit 9b5548e9f8
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
[API_ENDPOINTS]
SEARXNG = "http://localhost:32768" # SearxNG API URL
OLLAMA = "" # Ollama API URL - http://localhost:11434
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434