forked from phoenix/litellm-mirror
test(test_google_ai_studio_gemini.py): use an image url that will work on ci/cd
This commit is contained in:
parent
1507217725
commit
888e21e8e7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def generate_text():
|
||||||
{
|
{
|
||||||
"type": "image_url",
|
"type": "image_url",
|
||||||
"image_url": {
|
"image_url": {
|
||||||
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
|
"url": "https://avatars.githubusercontent.com/u/17561003?v=4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue