forked from phoenix/litellm-mirror
test(test_image_generation.py): change img model for test - bedrock EOL
This commit is contained in:
parent
d717fa2588
commit
00d1440d0d
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ def test_image_generation_bedrock():
|
|||
litellm.set_verbose = True
|
||||
response = litellm.image_generation(
|
||||
prompt="A cute baby sea otter",
|
||||
model="bedrock/stability.stable-diffusion-xl-v0",
|
||||
model="bedrock/stability.stable-diffusion-xl-v1",
|
||||
aws_region_name="us-east-1",
|
||||
)
|
||||
print(f"response: {response}")
|
||||
|
@ -156,7 +156,7 @@ async def test_aimage_generation_bedrock_with_optional_params():
|
|||
try:
|
||||
response = await litellm.aimage_generation(
|
||||
prompt="A cute baby sea otter",
|
||||
model="bedrock/stability.stable-diffusion-xl-v0",
|
||||
model="bedrock/stability.stable-diffusion-xl-v1",
|
||||
size="128x128",
|
||||
)
|
||||
print(f"response: {response}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue