Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MinishLab/semble
/ resolve_model_name
Function
resolve_model_name
src/semble/utils.py:59–61 ·
view source on GitHub ↗
Resolve a model name to a configurable.
()
Source
from the content-addressed store, hash-verified
57
58
59
def
resolve_model_name() -> str:
60
""
"Resolve a model name to a configurable."
""
61
return
os.environ.get(
"SEMBLE_MODEL_NAME"
, DEFAULT_MODEL_NAME)
Callers
2
get_validated_cache
Function · 0.90
load_model
Function · 0.90
Calls
1
get
Method · 0.80
Tested by
no test coverage detected