mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-25 05:52:34 +00:00
Merge pull request #24161 from NousResearch/austin/fix/dashboard
fix(dashboard): UI polish — modals, layout, consistency
This commit is contained in:
commit
642768c5c7
27 changed files with 788 additions and 295 deletions
|
|
@ -660,6 +660,7 @@ class TestAuxiliaryPoolAwareness:
|
|||
with (
|
||||
patch("agent.auxiliary_client.load_pool", return_value=_Pool()),
|
||||
patch("agent.auxiliary_client.OpenAI") as mock_openai,
|
||||
patch("hermes_cli.models.get_nous_recommended_aux_model", return_value=None),
|
||||
):
|
||||
from agent.auxiliary_client import _try_nous
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue