调整一下模型

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"

View File

@@ -13,7 +13,7 @@ command_format = """
# 1. 成员画像场景更偏结构化抽取;
# 2. “锐评”更需要创意表达、梗感和自然语言发挥;
# 3. 因此优先复用 chat.main既稳定又方便后续单独切换模型。
scene = "chat.main"
scene = "member_roast"
# 模型参数往“稳一点、省一点”方向收:
# 1. 锐评需要一点攻击性,但不需要高温到处乱飞;
# 2. 最近发言已经被结构化提炼正文也限制在一屏内token 上限没必要放太大;