fix(minimax): Add MiniMax placeholder to DEFAULT_PLACEHOLDERS

- Add 'YOUR_MINIMAX_API_KEY_HERE' for consistency
- Ensures placeholder detection works correctly
- Aligns with other provider patterns (GLM, Kimi)
This commit is contained in:
Huynh Duc Dung
2026-01-02 20:31:27 +08:00
parent bd5c9a0033
commit 46e09950e8
+1
View File
@@ -19,6 +19,7 @@ export interface ValidationResult {
const DEFAULT_PLACEHOLDERS = [
'YOUR_GLM_API_KEY_HERE',
'YOUR_KIMI_API_KEY_HERE',
'YOUR_MINIMAX_API_KEY_HERE',
'YOUR_API_KEY_HERE',
'YOUR-API-KEY-HERE',
'PLACEHOLDER',