-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload files to chatGPT #465
Comments
This would be especially useful for GPT-4o, which can process images and audio input. |
Ryan526
added a commit
to Ryan526/chatgpt-web
that referenced
this issue
Sep 25, 2024
Fixes Niek#465 Add file upload functionality to chat interface. * **Chat.svelte** - Add a file input element for uploading files. - Handle file input change event to read the file. - Update the `submitForm` function to include file data in the request. * **ChatOptionMenu.svelte** - Add an option to upload files in the dropdown menu. - Handle file input change event to read the file. * **ApiUtil.svelte** - Add a new endpoint for file uploads. * **Storage.svelte** - Add a function to handle file uploads and store them appropriately. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Niek/chatgpt-web/issues/465?shareId=XXXX-XXXX-XXXX-XXXX).
This was referenced Sep 25, 2024
Looks like changes are reverted |
oh, any reason why the changes were reverted? |
@sandeeps- sorry i was messing with copilot workspace beta and it was not quite working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a plan to add option to upload files (pdf, images, excel etc) to the model?
The text was updated successfully, but these errors were encountered: