mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
TestRunwaymlImageGeneration
This commit is contained in:
parent
2641f58be5
commit
efa9f69991
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ class TestGoogleImageGen(BaseImageGenTest):
|
|||
def get_base_image_generation_call_args(self) -> dict:
|
||||
return {"model": "gemini/imagen-4.0-generate-001"}
|
||||
|
||||
@pytest.mark.skip(reason="Runwayml image generation API only tested locally")
|
||||
class TestRunwaymlImageGeneration(BaseImageGenTest):
|
||||
def get_base_image_generation_call_args(self) -> dict:
|
||||
return {"model": "runwayml/gen4_image"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue