增加299老师分身agent
This commit is contained in:
13
.env.example
13
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user