diff --git a/README.md b/README.md index 8d5fd67b7..83e358e30 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,7 @@ agent = Agent( agent.print_response( "Tell me about this image and give me the latest news about it.", - images=[ - "https://upload.wikimedia.org/wikipedia/commons/b/bf/Krakow_-_Kosciol_Mariacki.jpg", - ], + images=["https://upload.wikimedia.org/wikipedia/commons/b/bf/Krakow_-_Kosciol_Mariacki.jpg"], stream=True, ) ```