docs: update MiniMax CLI backend config to M2.7 and current API URL
This commit is contained in:
@@ -215,14 +215,14 @@ Minimax 是稀宇科技(MiniMax)推出的新一代大语言模型,在编
|
|||||||
|
|
||||||
**获取 API Key:**
|
**获取 API Key:**
|
||||||
|
|
||||||
访问 https://platform.minimaxi.com/user-center/basic-information/interface-key 注册并获取 API Key。
|
访问 https://platform.minimax.io/ 注册并获取 API Key。
|
||||||
|
|
||||||
**配置方法:**
|
**配置方法:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export ANTHROPIC_BASE_URL=https://api.minimaxi.com/anthropic
|
export ANTHROPIC_BASE_URL=https://api.minimax.io/anthropic
|
||||||
export ANTHROPIC_AUTH_TOKEN=YOUR_MINIMAX_API_KEY
|
export ANTHROPIC_AUTH_TOKEN=YOUR_MINIMAX_API_KEY
|
||||||
export ANTHROPIC_MODEL=MiniMax-Text-01
|
export ANTHROPIC_MODEL=MiniMax-M2.7
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 使用 DeepSeek 作为后端(推荐)
|
#### 使用 DeepSeek 作为后端(推荐)
|
||||||
|
|||||||
Reference in New Issue
Block a user