diff --git a/MIGRATION.md b/MIGRATION.md index 1b83ac8..602146c 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -229,7 +229,7 @@ async def main(): # content="What is the best French cheese?", # ), # ] - async_response = await client.chat.completstream_asynce_async( + async_response = await client.chat.stream_async( messages=messages, model="mistral-large-latest", )