updated sample.config.toml with new ollama configs
This commit is contained in:
parent
d6551d0db2
commit
62411d3ea6
1 changed files with 5 additions and 1 deletions
|
@ -9,4 +9,8 @@ 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_PARAMS]
|
||||
TEMPERATURE = 0.7 # ollama default temp is 0.8
|
||||
NUM_CTX = 2_048 # ollama num_ctx default is 2048
|
Loading…
Add table
Reference in a new issue