-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[API-47] Images support and other updates #144
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: pypi/[email protected], pypi/[email protected], pypi/[email protected] |
fixes #141 |
MIGRATION.md
Outdated
@@ -229,7 +229,7 @@ async def main(): | |||
# content="What is the best French cheese?", | |||
# ), | |||
# ] | |||
async_response = await client.chat.complete( | |||
async_response = await client.chat.stream( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GaspardBT Isn't it stream_async
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah 😓 Sorry, done in df72773
This PR updates the SDKs to match the latest API specs, mainly:
examples/async_chat_with_image_no_streaming.py
)How to review: