From 271954cfbbc86d1a52b8b6beec9166ee47510f3f Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 7 Apr 2026 16:04:33 +0800 Subject: [PATCH] adjust xiaoniu runtime config --- plugins/ai_auto_response/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ai_auto_response/config.toml b/plugins/ai_auto_response/config.toml index 6cf195f..e311567 100644 --- a/plugins/ai_auto_response/config.toml +++ b/plugins/ai_auto_response/config.toml @@ -10,9 +10,9 @@ familiarity_hint = "有熟悉感,但不过度装熟" [api] provider = "openai_compatible" -api_base_url = "https://api.xinmeng.dpdns.org/v1" +api_base_url = "http://218.77.105.228:3000/v1" endpoint = "chat/completions" -api_key = "sk-XTWwXIgo2QMyX8AwBg0NQrxaDkvQiCX8rfylfmnHID5zdjMt" +api_key = "sk-hC6WMLAsTdItpywyrYdxT6pQ4E7NARGbUKuPWRH0zMheen9e" model = "gpt-5.4" timeout_seconds = 45 temperature = 0.35