Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ _get_online_model_path
Function
_get_online_model_path
uncommon_route/router/classifier.py:49–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
49
def
_get_online_model_path() -> Path:
50
return
data_file(
"model_online.json"
)
51
52
53
def
_ensure_model_loaded() -> None:
Callers
5
_cmd_feedback
Function · 0.90
online_model_active
Method · 0.90
_ensure_model_loaded
Function · 0.85
save_online_model
Function · 0.85
rollback_online_model
Function · 0.85
Calls
1
data_file
Function · 0.90
Tested by
no test coverage detected