MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / add_alias

Function add_alias

src/services/generation_handler.py:775–776  ·  view source on GitHub ↗
(alias: str, target: str)

Source from the content-addressed store, hash-verified

773 portrait = "VIDEO_ASPECT_RATIO_PORTRAIT"
774
775 def add_alias(alias: str, target: str):
776 MODEL_CONFIG[alias] = dict(MODEL_CONFIG[target])
777
778 def add_default_duration_aliases(
779 base_alias: str,

Calls

no outgoing calls

Tested by

no test coverage detected