From 9c64d09610509560aee01e7c9e6efd03a3ff9e8a Mon Sep 17 00:00:00 2001 From: jjjojoj <88077783+jjjojoj@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:39:52 +0800 Subject: [PATCH] fix(status): show NVIDIA NIM api key status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hermes status was missing NVIDIA API key from its API keys display. Now shows NVIDIA NIM ✓/✗ with key hash like other providers. Fixes #16082 --- hermes_cli/status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes_cli/status.py b/hermes_cli/status.py index 38b22a03eb..3a4219fd4b 100644 --- a/hermes_cli/status.py +++ b/hermes_cli/status.py @@ -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():