Skip to content

Commit

Permalink
Update models.py: i forgot a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
elsolo5000-2 authored Jan 31, 2025
1 parent ea5ead6 commit 8b482c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smolagents/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def __call__(
api_base=self.api_base,
api_key=self.api_key,
convert_images_to_image_urls=True,
flatten_messages_as_text=self.flatten_messages_as_text
flatten_messages_as_text=self.flatten_messages_as_text,
**kwargs,
)

Expand Down

0 comments on commit 8b482c2

Please sign in to comment.