Front ends for testing to assistant API

I am creating several Assistants and just want to show them to others before I approve them for a project.
Does anyone have any recommended methods of doing this.
The server side stuff is easy as I use Pipedream. However I do not know how to show my playground to other so they can see the work.

Any advice welcomed

1 Like

Thank you… Really useful. Will check it out

@tonywood - I don’t know about translating playground. You may use the same Assistant ID created earlier with the Open AI Assistants API. You may use Streamlit or Chainlit to quickly spin up a POC for FE.

1 Like

Hey @tonywood! You could try Superinterface for that. It makes it super easy to add your existing OpenAI playground assistants to your domain (or publish on ours for a quick fix) so you can share them with others and get feedback before finalizing. Let me know if you want any pointers on setting it up!

2 Likes

Vercel provides a UI template for assistants API. Search for “Vercel OpenAI Assistants Quickstart” and you should find it.

1 Like