fix(status): show NVIDIA NIM api key status

hermes status was missing NVIDIA API key from its API keys display.
Now shows NVIDIA NIM ✓/✗ with key hash like other providers.

Fixes #16082
This commit is contained in:
jjjojoj 2026-04-27 00:39:52 +08:00 committed by Teknium
parent 64b39d835e
commit 9c64d09610

View file

@ -140,6 +140,7 @@ def show_status(args):
"WandB": "WANDB_API_KEY",
"ElevenLabs": "ELEVENLABS_API_KEY",
"GitHub": "GITHUB_TOKEN",
"NVIDIA NIM": "NVIDIA_API_KEY",
}
for name, env_var in keys.items():