Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmethalm/infiniteGPT
InfiniteGPT is a Python script that lets you input an unlimited size text into the OpenAI API. No more tedious copy & pasting. Long live multithreading!
https://github.com/emmethalm/infiniteGPT
Last synced: 3 months ago
JSON representation
InfiniteGPT is a Python script that lets you input an unlimited size text into the OpenAI API. No more tedious copy & pasting. Long live multithreading!
- Host: GitHub
- URL: https://github.com/emmethalm/infiniteGPT
- Owner: emmethalm
- Created: 2023-05-08T06:39:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T21:19:19.000Z (10 months ago)
- Last Synced: 2024-08-02T01:23:54.710Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 744
- Watchers: 12
- Forks: 154
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InfiniteGPT 🚀
InfiniteGPT is a Python script that lets you input an unlimited size text into the OpenAI API. No more tedious copy & pasting. It's a single python script that can connect to any of the OpenAI API chat models (gpt-3.5-turbo, gpt4, etc.).
This eliminates the need for re-prompting when using a large text input or copying and pasting endless chunks of text into chatGPT. 📚
## Dependencies 📦
- python3
- openai## BYOK (Bring Your Own Keys!) 🔑
Go to [OpenAI](https://www.openai.com) to get your personal API keys.
This script does not hide your API keys, so please do so if you plan on integrating it into a public application. ⚠️
## Usage 🛠️
1. Clone the repository
2. Install the required dependencies
3. Add your API keys
4. Run the script## License 📄
MIT License. See [LICENSE](LICENSE) for more information.
## Connect with me 📣
I write about using AI tools & share my latest building on Twitter [@ehalm_](https://twitter.com/ehalm_). DM me with any questions. 🐦
## Happy building! 🎉