Skip to content

Commit

Permalink
Merge pull request #222 from ag2ai/contribtestimage
Browse files Browse the repository at this point in the history
Updated resolutions for Dall-e-3 for Contrib tests
  • Loading branch information
qingyun-wu authored Dec 17, 2024
2 parents 1a2ae6b + 3ac3985 commit 0ae6a7b
Showing 1 changed file with 4 additions and 4 deletions.
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")}
)

0 comments on commit 0ae6a7b

Please sign in to comment.