openai / openai-assistants-quickstart

OpenAI Assistants API quickstart with Next.js.

Home Page:https://platform.openai.com/docs/assistants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`createAndStream` is deprecated

vasco3 opened this issue · comments

in api/assistants/threads/[threadId]/messages/route.js

A deprecation is warning is shown to use stream instead of createAndStream
image