We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4c833 commit efebf7eCopy full SHA for efebf7e
tests/llm_translation/test_gemini.py
@@ -580,7 +580,7 @@ def test_gemini_tool_use():
580
581
@pytest.mark.asyncio
582
async def test_gemini_image_generation_async():
583
- #litellm._turn_on_debug()
+ litellm._turn_on_debug()
584
response = await litellm.acompletion(
585
messages=[{"role": "user", "content": "Generate an image of a banana wearing a costume that says LiteLLM"}],
586
model="gemini/gemini-2.5-flash-image-preview",
0 commit comments