mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
test_gemini_image_generation_async
This commit is contained in:
parent
fa4c833e58
commit
efebf7ec7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue