Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Dec 10, 2024
1 parent 380e2c4 commit 149f32b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
```
Expand Down

0 comments on commit 149f32b

Please sign in to comment.