调整一下模型

This commit is contained in:
liuwei
2026-04-27 14:56:14 +08:00
parent 81dfd44b14
commit 80a81b0d62
2 changed files with 5 additions and 4 deletions

View File

@@ -97,10 +97,10 @@ llm:
timeout_seconds: 60
openai_compatible_ai_auto_response:
provider: "openai_compatible"
api_base_url: "https://freeapi.dgbmc.top/v1"
api_base_url: "http://192.168.2.240:3000/v1"
endpoint: "chat/completions"
api_key: "sk-3PMmqVRRKbKTHxtlnGxVHMGbeygqBhhY5QbBXEQW23iaxuO3"
model: "grok-4.20-0309"
api_key: "sk-hC6WMLAsTdItpywyrYdxT6pQ4E7NARGbUKuPWRH0zMheen9e"
model: "gpt-5.4"
stream: true
temperature: 0.35
max_tokens: 120
@@ -131,3 +131,4 @@ llm:
"news.global": "dify_chat_global_news"
"game.task": "openai_compatible_game_task"
"auto_reply.group": "dify_workflow_ai_auto_response"
"member_roast": "openai_compatible_ai_auto_response"