docs(deepseek): remove migration notes to reduce user cognitive load

Made-with: Cursor
This commit is contained in:
6vision
2026-03-23 22:39:15 +08:00
parent ef009edd29
commit cffa20d37e
2 changed files with 1 additions and 6 deletions

View File

@@ -498,8 +498,7 @@ API Key创建在 [控制台](https://aistudio.google.com/app/apikey?hl=zh-cn)
}
```
> 注:已有用户如果之前通过 `open_ai_api_key` / `open_ai_api_base` 配置 DeepSeek无需修改程序会自动兼容。推荐新用户使用方式一的独立配置避免与 OpenAI 配置冲突。
</details>
</details>
<details>
<summary>Azure</summary>

View File

@@ -28,7 +28,3 @@ description: DeepSeekモデルの設定
"open_ai_api_base": "https://api.deepseek.com/v1"
}
```
<Note>
既存ユーザーが `open_ai_api_key` / `open_ai_api_base` で DeepSeek を設定していた場合、変更は不要です。プログラムは自動的にフォールバックします。新規ユーザーは OpenAI 設定との競合を避けるため、方法1の使用を推奨します。
</Note>