MCPcopy
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
59def 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_cacheFunction · 0.90
load_modelFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected