feat: add keep alive strategy for ollama api
This commit is contained in:
parent
1680a1786e
commit
6d6c7122b9
5 changed files with 67 additions and 2 deletions
|
|
@ -9,4 +9,7 @@ ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef
|
|||
|
||||
[API_ENDPOINTS]
|
||||
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
||||
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434
|
||||
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434
|
||||
|
||||
[OLLAMA]
|
||||
KEEP_ALIVE = "5m"
|
||||
Loading…
Add table
Add a link
Reference in a new issue