https://github.com/renderghost/chattyfile
Chrome extentsion to upload large text files to ChatGPT
https://github.com/renderghost/chattyfile
chatgpt chrome chrome-extension uploader
Last synced: 8 months ago
JSON representation
Chrome extentsion to upload large text files to ChatGPT
- Host: GitHub
- URL: https://github.com/renderghost/chattyfile
- Owner: renderghost
- License: cc0-1.0
- Created: 2023-05-17T05:56:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T12:36:01.000Z (almost 3 years ago)
- Last Synced: 2025-04-30T13:46:10.162Z (11 months ago)
- Topics: chatgpt, chrome, chrome-extension, uploader
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/chatty-file-uploader/hkaeghidfjhncjnajpbmdhpcpfhkacmp
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Chatty File
> Chrome Extension to upload larger text files to ChatGPT
# Install Locally
1. Download the files
2. Extract the zip files
3. Open `chrome://extensions` in your browser
4. Turn on `Developer mode` in the top bar
5. Click `Load Unpacked` in the new action bar that appears
6. Navigate to the `/chattyfile` folder, then press `Select` to load the extension
7. Open [https://chat.openai.com/](https://chat.openai.com/) in your browser
8. You can now upload your file!
# Install from Chrome Store
[Chatty File Uploader](https://chrome.google.com/webstore/detail/chatty-file-uploader/hkaeghidfjhncjnajpbmdhpcpfhkacmp)
# How does it work?
1. Press 'Submit File' to upload a text file to ChatGPT
2. The extension splits file in multiple chunks that won't overload the model
3. A progress bar indicates how much has already been loaded
4. Lower the `Character Count` if you're seeing any errors
5. That's it!
💡 For best results, add your prompt *before* uploading the file.
# Acceptable File Formats
Right now it accepts the following file types:
* Text `.txt`
* Markdown `.md`
* Javascript `.js`
* Python `.py`
* HTML `.html`
* CSS `.css`
* JSON `.json`
* CSV `.csv`
# Why use it?
* Summarise long documents?
* Find actions in meeting notes?
* Analyse interviews?
* Find patterns and insights in tabular data?
* Find bugs in your code?
# Acknowledgements
Inspired by [AutomateMyLife](https://www.youtube.com/@automatemylife00/).