Skip to content

fix(status): add NVIDIA_API_KEY to hermes status API keys display#18168

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-586629cf
May 1, 2026
Merged

fix(status): add NVIDIA_API_KEY to hermes status API keys display#18168
teknium1 merged 1 commit into
mainfrom
hermes/hermes-586629cf

Conversation

@teknium1

@teknium1 teknium1 commented May 1, 2026

Copy link
Copy Markdown
Contributor

Closes #16082. Salvaged from #18067 (@Feranmi10, commit authorship preserved).

hermes status listed provider API keys under the ◆ API Keys section but NVIDIA_API_KEY was absent. Users on NVIDIA NIM had no way to verify their key from status output.

Changes

  • hermes_cli/status.py: add "NVIDIA": "NVIDIA_API_KEY" to the keys dict.

Why not merge #18067 directly

#18067 also included ~25 lines of unrelated custom_providers fallback changes in agent/auxiliary_client.py and run_agent.py that duplicate the same author's PR #17827 and overlap with #15756. Scoping this PR down to just the NVIDIA status fix; the fallback work can be handled separately via #17827 / #15756.

Closes #16082

The `hermes status` command listed provider API keys under the
◆ API Keys section but NVIDIA_API_KEY was absent. Users configured
with NVIDIA NIM had no way to verify their key was set from status
output. Add it alongside the other inference provider keys.
@teknium1 teknium1 merged commit f4ba97a into main May 1, 2026
10 of 11 checks passed
@teknium1 teknium1 deleted the hermes/hermes-586629cf branch May 1, 2026 02:46
@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have comp/cli CLI entry point, hermes_cli/, setup wizard provider/nvidia NVIDIA NIM labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have provider/nvidia NVIDIA NIM type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: hermes status missing some api key status, like nvidia api key is missing, please check and improve it.

3 participants