a quick & fun little project making a parody kinda version of ChatGPT in Powerpoint (It's not meant to be a scalable & serious thing)
I just felt like giving it a shot and ended up using VBA macros to call OpenAI API, nothing fancy, just a simple concept with a straightforward UI
- Use your own OpenAI API key
- Get ChatGPT responses inside Powerpoint
- Save conversations
- Breaks on long responses
- Only one prompt & response at a time
- Doesn't remember previous conversation
- Download the .ppsm file from this link or download from the repo's files
- Simply open the file :)
- Font "Noto Sans" might be needed to look properly
- You need to "Enable Content" (ActiveX) so the macros works.
- For transparency the VBA macro is here or from the repo's file
It's my first ever github upload!!! 2/9/2023 (also , thanks to chatgpt for explaining lots of stuff along the way)