FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.84k stars 16.05k forks source link

[FEATURE] OpenAI Assistant API `V2` Release #2217

Closed AsharibAli closed 6 months ago

AsharibAli commented 6 months ago

OpenAI has recently released version 2 of its Assistant API. The previous version, V1, will be deprecated at the end of 2024. The new V2 version comes with many new features and exciting updates. It is highly recommended that Flowise implements this new version. By doing so, consumers will be able to take advantage of the latest OpenAI Assistant API features via the Flowise.

New in the Assistants API: retrievals for up to 10,000 files, token controls, JSON mode, tool choice, and more.

Additional context The official details about the V2 Release of OpenAI Assistant can be accessed here: What's new in v2?

The official Implementation aka "Migration Guide" of OpenAI Assistants V2: Migration Guide

Matesanz commented 1 month ago

Could you please show how to use Flowise to allow Json Mode with OpenAI models? Than you in advance