ChatGPT3DS icon indicating copy to clipboard operation
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

  1. Download the latest release from the releases page
  2. Place ChatGPT3DS.3dsx in the /3ds/ folder on your SD card
  3. ** Optional ** Create the file /3ds/save/api_key.txt and 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