mckaywrigley / chatbot-ui

Come join the best place on the internet to learn AI skills. Use code "chatbotui" for an extra 20% off.
https://JoinTakeoff.com
MIT License
28.6k stars 7.96k forks source link

Using assistants defined in OpenAI's API #1398

Closed PrakrutR closed 8 months ago

PrakrutR commented 8 months ago

I saw the fetch function in app/API/assistants\openai, but it does not seem to fetch assistants created on the open console. Am I missing something? As an aside, is there any way I can create assistants/tools/presets etc, and make them available globally to every user?

PrinceMuichkine commented 6 months ago

Please, @mckaywrigley, could you update us on how to build a global assistant? I mean, how can we integrate an assistant built on the OpenAI platform as a "model" in my chatbot UI app?

I would appreciate it if someone who has succeeded in doing this could explain how they did it.