Skip to content

Commit efebf7e

Browse files
committed
test_gemini_image_generation_async
1 parent fa4c833 commit efebf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llm_translation/test_gemini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def test_gemini_tool_use():
580580

581581
@pytest.mark.asyncio
582582
async def test_gemini_image_generation_async():
583-
#litellm._turn_on_debug()
583+
litellm._turn_on_debug()
584584
response = await litellm.acompletion(
585585
messages=[{"role": "user", "content": "Generate an image of a banana wearing a costume that says LiteLLM"}],
586586
model="gemini/gemini-2.5-flash-image-preview",

0 commit comments

Comments
 (0)