diff --git a/sample.config.toml b/sample.config.toml index f6c6943..bcdc52b 100644 --- a/sample.config.toml +++ b/sample.config.toml @@ -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 \ No newline at end of file +OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434 + +[BASE_URL] +OPENAI = "" # OpenAI BASE_URL https://openai.example.com/v1 \ No newline at end of file