mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix img gen
This commit is contained in:
parent
6439aed3ac
commit
8b8b31ecd8
1 changed files with 0 additions and 6 deletions
|
|
@ -165,12 +165,6 @@ class TestAimlImageGeneration(BaseImageGenTest):
|
|||
def get_base_image_generation_call_args(self) -> dict:
|
||||
return {"model": "aiml/flux-pro/v1.1"}
|
||||
|
||||
|
||||
class TestFAL_AI_ImageGeneration(BaseImageGenTest):
|
||||
def get_base_image_generation_call_args(self) -> dict:
|
||||
return {"model": "fal_ai/fal-ai/imagen4/preview"}
|
||||
|
||||
|
||||
class TestGoogleImageGen(BaseImageGenTest):
|
||||
def get_base_image_generation_call_args(self) -> dict:
|
||||
return {"model": "gemini/imagen-4.0-generate-001"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue