ryo-ma / gpt-assistants-api-ui

💬 OpenAI Assistants API chat UI 🛠️ It works easily by setting the ASSISTANT ID 📁 Supports file upload and file download 🏃 Supports Streaming API 🪟 Support to Azure OpenAI
MIT License
192 stars 166 forks source link

Include image file returned from assistant reply #26

Open luis-amarquez opened 3 months ago

luis-amarquez commented 3 months ago

currently, if I ask for a chart summarizing some given data, I can see that an image file is returned as part of the assistant response in the respective thread on platform.openai.com but it does not seem to be part of the response in the ui. How can we go about it so that the image is included in the ui response along with the option to download the file?

bzbwqz commented 3 months ago

can't answer this but pls refer to the demo link about Format and display the Assistant Messages for text and images.