mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 10:16:49 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user