openai
# A Collection of Awesome GPT/LLM Tricks [](https://awesome.re) [](https://twitter.com/ItakGol) [](https://github.com/itamargol/openai/stargazers) --- <div align="center"> <img width="150" alt="LLM Tricks Logo" src="https://github.com/itamargol/openai/blob/main/logo.png" /> <br /> <i>THE GPT/LLMs Playground</i> <br /> <br /> <i>A Collection of Awesome GPT/LLM Tricks</i> <br /> </div> --- <hr/> ## π΄ Tricks - WIP π΄ ### 1. Trick 1: Asynchronous Requests with asyncio ```Send over 100+ API requests per second``` - [Click here](https://github.com/itamargol/openai/blob/main/async_openai_requests.py) ### 2. Trick 2: ColdMailer ```Craft & send automatic cold mails to prospects``` - [Click here](https://github.com/itamargol/openai/blob/main/cold_mailer.py) ### 3. Trick 3: GPT4-Compressor ```Compress text using GPT-4``` - [Click here](https://github.com/itamargol/openai/blob/main/gpt4_compression.md) ### 4. Trick 4: Find-Waldo ```Find Objects ({Waldo}) in images using natural language with GPT-4 and Meta's SAM``` - [Click here](https://github.com/itamargol/openai/blob/main/find_waldo.py) ### 5. Trick 5: Run an Local LLM ```Run on your own laptop an local LLM (RedPajama-based)``` - [Click here](https://github.com/itamargol/openai/blob/main/run_local_llm.md) ### 6. Trick 6: Function Calling Capability ```Use OpenAI API's function calling capability``` - [Click here](https://github.com/itamargol/openai/blob/main/function_calling.py) <hr/> ## π Support us π βοΈ If you would like to βοΈ 1. Buy me a coffee 2. Support my research 3. Finance my OpenAI, Pinecone, AWS, etc. costs 4. Stay up-to-date with AI - [My Newsletter](https://www.patreon.com/ItamarGolan) π€ [Click here](https://github.com/sponsors/itamargol) π€ <hr/> ## π‘ Contributing π‘ ``` If you're interested in contributing to this project, thank you! Here's how you can get started: 1. Fork this repository 2. Make your changes in a new branch 3. Submit a pull request to this repository We welcome all contributions, including bug fixes, feature requests and documentation improvements. ```