mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
fix(tui): keep bare custom model listing stable
This commit is contained in:
parent
4b4f058860
commit
b3bee33ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -2104,7 +2104,7 @@ def list_authenticated_providers(
|
|||
)
|
||||
):
|
||||
_models = [current_model] if current_model else []
|
||||
if _can_probe_custom_provider(row_is_current=True):
|
||||
if refresh or probe_current_custom_provider:
|
||||
try:
|
||||
from hermes_cli.models import fetch_api_models
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue