MCPcopy 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
49def _get_online_model_path() -> Path:
50 return data_file("model_online.json")
51
52
53def _ensure_model_loaded() -> None:

Callers 5

_cmd_feedbackFunction · 0.90
online_model_activeMethod · 0.90
_ensure_model_loadedFunction · 0.85
save_online_modelFunction · 0.85
rollback_online_modelFunction · 0.85

Calls 1

data_fileFunction · 0.90

Tested by

no test coverage detected