chore(config): update ai auto response llm endpoint

This commit is contained in:
liuwei
2026-04-10 13:47:14 +08:00
parent f96e891ad9
commit 29a624eb5c

View File

@@ -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