add Baseurl to config.toml
This commit is contained in:
parent
fb344e7442
commit
923c2cb7d9
1 changed files with 4 additions and 1 deletions
|
@ -9,4 +9,7 @@ ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef
|
||||||
|
|
||||||
[API_ENDPOINTS]
|
[API_ENDPOINTS]
|
||||||
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
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
|
||||||
|
|
||||||
|
[BASE_URL]
|
||||||
|
OPENAI = "" # OpenAI BASE_URL https://openai.example.com/v1
|
Loading…
Add table
Reference in a new issue