MCPcopy
hub / github.com/wuyoscar/GPT-Image2-Skill / model_rejects_input_fidelity

Function model_rejects_input_fidelity

src/gpt_image_cli/cli.py:104–105  ·  view source on GitHub ↗
(model: str)

Source from the content-addressed store, hash-verified

102
103
104def model_rejects_input_fidelity(model: str) -> bool:
105 return model.strip().lower().startswith("gpt-image-2")
106
107
108def parse_args() -> argparse.Namespace:

Callers 1

call_editFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected