From 059ed7a9a06e63abda6eda62ed200559d4c1a0f0 Mon Sep 17 00:00:00 2001 From: ren Date: Mon, 16 Feb 2026 20:13:33 -0300 Subject: [PATCH] Remove all hardcoded API keys --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 87ae73d..44b9fc3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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' },