ChatGPT3DS
ChatGPT3DS copied to clipboard
Make OpenAI API calls directly from your Nintendo 3DS! Made with Lovebrew :)
trafficstars
ChatGPT3DS
A 3DS Application that allows you to make calls to OpenAI's chat completion API and image generation API.
Installation
- Download the latest release from the releases page
- Place
ChatGPT3DS.3dsxin the/3ds/folder on your SD card - ** Optional ** Create the file
/3ds/save/api_key.txtand place your OpenAI API key in it. If you do not do this, you will have to enter your API key on your 3DS the first time you run the application.
WARNING: This app has only been tested on a New Nintendo 3DS model. Make an issue if you have any problems on your own device :)
Demonstration
https://youtube.com/watch?v=gh5tZnisXlI
Attribution
- videah for creating the original LovePotion
- TurtleP for continuing to maintain Lovebrew
- Love2D for creating the engine that both LovePotion and Lovebrew are based on
- png-lua for inspiring me to create my own png lua implementation
- compress.deflatelua for the deflate implementation
- OpenAI for creating the API