From 923c2cb7d9f827af4b5664964f71e45e03a26af2 Mon Sep 17 00:00:00 2001 From: sagitchu <601096721@qq.com> Date: Sat, 24 Aug 2024 11:38:10 +0800 Subject: [PATCH] add Baseurl to config.toml --- sample.config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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