feat: switch default model to deepseek-v4-flash

This commit is contained in:
zhayujie
2026-04-26 15:54:50 +08:00
parent 31820f56e7
commit 0e556b3468
30 changed files with 169 additions and 150 deletions

View File

@@ -9,7 +9,9 @@ services:
- "9899:9899"
environment:
CHANNEL_TYPE: 'weixin'
MODEL: 'MiniMax-M2.7'
MODEL: 'deepseek-v4-flash'
DEEPSEEK_API_KEY: ''
DEEPSEEK_API_BASE: 'https://api.deepseek.com/v1'
MINIMAX_API_KEY: ''
ZHIPU_AI_API_KEY: ''
ARK_API_KEY: ''