admineral / OpenAI-Assistant-API-Chat

OpenAI Assistant API Template: Customize your Assistant and chat with your files.
https://open-ai-assistant-api-chat.vercel.app
295 stars 92 forks source link

File uploading into the conversation #7

Closed nickelsound closed 10 months ago

nickelsound commented 10 months ago

Please add a possibility to upload a file into the running conversation, not just at the moment the assistant is initialized.

admineral commented 10 months ago

Soon! working on the new UI right now

admineral commented 10 months ago

I have implemented the ability to upload files during an ongoing conversation, not just at the moment the assistant is initialized. You can now select files to upload for each message you send. The selected files will be displayed with an option to remove them before sending the message. This feature has been merged into the main branch and is now available for use.