test_gemini_image_generation_async

This commit is contained in:
Ishaan Jaff
2025-08-30 10:29:24 -07:00
parent fa4c833e58
commit efebf7ec7b
+1 -1
View File
@@ -580,7 +580,7 @@ def test_gemini_tool_use():
@pytest.mark.asyncio
async def test_gemini_image_generation_async():
#litellm._turn_on_debug()
litellm._turn_on_debug()
response = await litellm.acompletion(
messages=[{"role": "user", "content": "Generate an image of a banana wearing a costume that says LiteLLM"}],
model="gemini/gemini-2.5-flash-image-preview",