Skip to content

Commit

Permalink
Update chat_with_image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
herumes committed Jun 27, 2024
1 parent 5610dcc commit 268cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat_with_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


from shuttleai import ShuttleAI
from shuttleai.schemas.chat.completions import ( # Helper for messages
from shuttleai.schemas.chat.completions import ( # Helper for messages, not required!
ChatMessage,
ChatMessageContentPartImage, # For v5 use
ChatMessageContentPartText, # For v5 use
Expand Down

0 comments on commit 268cbce

Please sign in to comment.