chore: 默认模型改为 claude-sonnet-4-6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -121,7 +121,7 @@ WSL2 Ubuntu
|
||||
|------|--------|------|
|
||||
| `ANTHROPIC_AUTH_TOKEN` | _(必填)_ | 灵眸 API Key,从 [lmuai.com](https://lmuai.com) 获取 |
|
||||
| `ANTHROPIC_BASE_URL` | `https://api.lmuai.com` | 灵眸 API 基础 URL |
|
||||
| `CLAUDE_MODEL` | `claude-opus-4-7` | 可选:`claude-opus-4-7` / `claude-sonnet-4-5` / `claude-haiku-4-5` |
|
||||
| `CLAUDE_MODEL` | `claude-sonnet-4-6` | 可选:`claude-sonnet-4-6` / `claude-opus-4-7` / `claude-sonnet-4-5` / `claude-haiku-4-5` |
|
||||
|
||||
> **灵眸模式行为**:
|
||||
> - API Token 自动写入 `~/.claude/settings.json` 的 `env` 块(不写入 `~/.bashrc`,避免冲突)
|
||||
@@ -134,7 +134,7 @@ WSL2 Ubuntu
|
||||
|------|--------|------|
|
||||
| `ANTHROPIC_API_KEY` | _(空)_ | Anthropic API Key,从 [console.anthropic.com](https://console.anthropic.com) 获取 |
|
||||
| `ANTHROPIC_BASE_URL` | `https://api.anthropic.com` | API 基础 URL;DeepSeek 等中转可改为对应 URL |
|
||||
| `CLAUDE_MODEL` | `claude-opus-4-7` | 默认使用的模型 |
|
||||
| `CLAUDE_MODEL` | `claude-sonnet-4-6` | 默认使用的模型 |
|
||||
|
||||
| 变量 | 默认值 | 说明 |
|
||||
|------|--------|------|
|
||||
|
||||
Reference in New Issue
Block a user