From 04c740e4aa7f056cd4b5edd08965f775d1c9914c Mon Sep 17 00:00:00 2001 From: Adrien Banse <45042779+adrienbanse@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:10:18 +0200 Subject: [PATCH] Correct typo in `MIGRATION.md` It seems like the function `completstream_asynce_async` doesn't exist --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )