mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-05 02:31:47 +00:00
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:
parent
64b39d835e
commit
9c64d09610
1 changed files with 1 additions and 0 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue