From 29a624eb5ce79c85e0263afeedcfa9616ce4abe3 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 10 Apr 2026 13:47:14 +0800 Subject: [PATCH] chore(config): update ai auto response llm endpoint --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 78571bc..49ee00f 100644 --- a/config.yaml +++ b/config.yaml @@ -85,10 +85,10 @@ llm: timeout_seconds: 60 openai_compatible_ai_auto_response: provider: "openai_compatible" - api_base_url: "http://192.168.2.240:3000/v1" + api_base_url: "https://api.xinmeng.dpdns.org/v1" endpoint: "chat/completions" - api_key: "sk-hC6WMLAsTdItpywyrYdxT6pQ4E7NARGbUKuPWRH0zMheen9e" - model: "gpt-5.4" + api_key: "sk-XTWwXIgo2QMyX8AwBg0NQrxaDkvQiCX8rfylfmnHID5zdjMt" + model: "kimi-k2.5-fw" stream: true temperature: 0.35 max_tokens: 120