From 4ca7ed97218c66bae77da590c85d90c680afe8fe Mon Sep 17 00:00:00 2001 From: linyq Date: Mon, 7 Jul 2025 19:22:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=E6=9B=B4=E6=96=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.example.toml b/config.example.toml index 562c454..a2c0e6f 100644 --- a/config.example.toml +++ b/config.example.toml @@ -4,7 +4,7 @@ # gemini (谷歌, 需要 VPN) # siliconflow (硅基流动) # qwenvl (通义千问) - vision_llm_provider="Siliconflow" + vision_llm_provider="gemini" ########## Gemini 视觉模型 vision_gemini_api_key = "" @@ -37,7 +37,7 @@ # gemini (谷歌, 需要 VPN) # qwen (通义千问) # moonshot (月之暗面) - text_llm_provider="openai" + text_llm_provider="gemini" ########## OpenAI API Key # Get your API key at https://platform.openai.com/api-keys @@ -60,7 +60,7 @@ ########## Gemini API Key text_gemini_api_key="" text_gemini_model_name = "gemini-2.0-flash" - text_gemini_base_url = "https://generativelanguage.googleapis.com/v1beta/openai" + text_gemini_base_url = "https://generativelanguage.googleapis.com/v1beta" ########## Qwen API Key # 访问 https://bailian.console.aliyun.com/?tab=model#/api-key 获取你的 API 密钥 @@ -78,8 +78,9 @@ hide_config = true [proxy] - http = "http://127.0.0.1:7890" - https = "http://127.0.0.1:7890" + # clash 默认地址:http://127.0.0.1:7890 + http = "" + https = "" enabled = false [frames]