增加299老师分身agent

This commit is contained in:
2026-04-09 21:36:35 +08:00
parent 143b609924
commit ea2e30f568
7 changed files with 117 additions and 66 deletions

View File

@@ -13,3 +13,16 @@ MINIMAX_API_BASE=https://api.minimaxi.com/v1
# MiniMax 模型名称(例如: MiniMax-Text-01, abab-6.5s-chat, MiniMax-M1 等)
MINIMAX_MODEL=openai/MiniMax-Text-01
# ============================================================
# DeepSeek 配置
# ============================================================
# DeepSeek API Key请替换为你自己的 API Key
DEEPSEEK_API_KEY=YOUR_DEEPSEEK_API_KEY
# DeepSeek API 地址OpenAI 兼容接口)
DEEPSEEK_API_BASE=https://api.deepseek.com/v1
# DeepSeek 模型名称
DEEPSEEK_MODEL=openai/deepseek-chat