Skip to content
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

Open
sandeeps- opened this issue May 27, 2024 · 4 comments · Fixed by Ryan526/chatgpt-web#1
Open

Upload files to chatGPT #465

sandeeps- opened this issue May 27, 2024 · 4 comments · Fixed by Ryan526/chatgpt-web#1

Comments

@sandeeps-
Copy link

Is there a plan to add option to upload files (pdf, images, excel etc) to the model?

@rmeissn
Copy link

rmeissn commented May 29, 2024

This would be especially useful for GPT-4o, which can process images and audio input.

See https://platform.openai.com/docs/guides/vision

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).
@RQmobile
Copy link

RQmobile commented Oct 6, 2024

Looks like changes are reverted

@sandeeps-
Copy link
Author

oh, any reason why the changes were reverted?

@Ryan526
Copy link
Contributor

Ryan526 commented Oct 17, 2024

@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
Labels
None yet
Projects
None yet
4 participants