Remove all hardcoded API keys
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -35,7 +35,7 @@ const CONFIG = {
|
||||
endpoint: '/api/monitor/usage/quota/limit'
|
||||
},
|
||||
minimax: {
|
||||
apiKey: process.env.MINIMAX_API_KEY || 'sk-cp-XC8cbgbVBuv1g8mMcao0ABeZu_rGEN_S22EhBUqo4lJbY_UJVqUVO5XF8hVobp8gE_39JbgQggr00TQwNdV9vP458Y_MBC_8GstvzmwhuukEGY4a2I5_L6A',
|
||||
apiKey: process.env.MINIMAX_API_KEY,
|
||||
baseUrl: 'api.minimax.io',
|
||||
endpoint: '/v1/api/openplatform/coding_plan/remains'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user