Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
104
def
model_rejects_input_fidelity(model: str) -> bool:
105
return
model.strip().lower().startswith(
"gpt-image-2"
)
106
107
108
def
parse_args() -> argparse.Namespace:
Callers
1
call_edit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected