diff --git a/examples/chat_with_image.py b/examples/chat_with_image.py index 55eb6fd..e3ca728 100644 --- a/examples/chat_with_image.py +++ b/examples/chat_with_image.py @@ -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