Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated resolutions for Dall-e-3 for Contrib tests #222

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

filter_dict = {"model": ["gpt-4o-mini"]}

RESOLUTIONS = ["256x256", "512x512", "1024x1024"]
RESOLUTIONS = ["1024x1024", "1792x1024", "1024x1792"]
QUALITIES = ["standard", "hd"]
PROMPTS = [
"Generate an image of a robot holding a 'I Love Autogen' sign",
"Generate an image of a dog holding a 'I Love Autogen' sign",
"Generate an image of a robot holding a 'I Love AG2' sign",
"Generate an image of a dog holding a 'I Love AG2' sign",
]


Expand Down Expand Up @@ -228,5 +228,5 @@ def test_image_generation_capability_cache(monkeypatch):

if __name__ == "__main__":
test_dalle_image_generator(
dalle_config={"config_list": openai_utils.config_list_from_models(model_list=["dall-e-2"], exclude="aoai")}
dalle_config={"config_list": openai_utils.config_list_from_models(model_list=["dall-e-3"], exclude="aoai")}
)
Loading