mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 03:01:50 +03:00
fix: align image-gen defaults (#880) (thanks @mkbehr)
This commit is contained in:
@@ -68,7 +68,7 @@ def get_model_defaults(model: str) -> tuple[str, str]:
|
||||
# quality will be ignored
|
||||
return ("1024x1024", "standard")
|
||||
elif model == "dall-e-3":
|
||||
return ("1024x1024", "hd")
|
||||
return ("1024x1024", "standard")
|
||||
else:
|
||||
# GPT image or future models
|
||||
return ("1024x1024", "high")
|
||||
|
||||
Reference in New Issue
Block a user