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

@@ -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>