more chat UI

This commit is contained in:
Dobromir Popov
2026-07-08 20:51:42 +03:00
parent 42d6fe2b15
commit aa7f4eb13b
3 changed files with 20 additions and 9 deletions

View File

@@ -62,11 +62,12 @@ def test_dashboard_chat_model_selector_shows_health_and_speed():
finally:
tracker.stop()
assert "chatModelHealthLabel" in html
assert "chatModelHealthHp" in html
assert "chatModelTypicalTps" in html
assert "chatModelOptionLabel" in html
assert "findRoutingForModel" in html
assert "tok/s" in html
assert "0.0HP" in html or "toFixed(1)}HP" in html
def test_dashboard_chat_sessions_use_delegated_handlers():