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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user