Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ChatGPT3DS: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title= (Other Apps) - GameBrew |title_mode=append |image=chatgpt3ds.png |image_alt=ChatGPT3DS }} {{Infobox 3DS Homebrews |title=ChatGPT3DS |image=chatgpt3ds.png |description=Ask ChatGPT questions and generate images from your 3DS! |author=CarsonKompon |lastupdated=2023/03/18 |type=Other Apps |version=1.1.0 |license=MIT |download=https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds.7z |website=https://carsonk.net/works/other/ChatGPT3DS/ |source=https://github.com/Ca...")
 
 
(7 intermediate revisions by the same user not shown)
Line 8: Line 8:
|title=ChatGPT3DS
|title=ChatGPT3DS
|image=chatgpt3ds.png
|image=chatgpt3ds.png
|description=Ask ChatGPT questions and generate images from your 3DS!
|description=Ask ChatGPT questions and generate images from your 3DS.
|author=CarsonKompon
|author=CarsonKompon
|lastupdated=2023/03/18
|lastupdated=2023/03/18
|type=Other Apps
|type=Other Apps
|version=1.1.0
|version=1.1.1
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds.7z
|download=https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds.7z
|website=https://carsonk.net/works/other/ChatGPT3DS/
|website=https://carsonk.net/works/other/ChatGPT3DS/
|source=https://github.com/CarsonKompon/ChatGPT3DS
|source=https://github.com/CarsonKompon/ChatGPT3DS
|discussion=
|donation=
}}
}}
ChatGPT3DS is an app designed for the Nintendo 3DS platform that provides access to OpenAI's chat completion and image generation APIs.
ChatGPT3DS is an app designed for the Nintendo 3DS platform that provides access to OpenAI's chat completion API and image generation API.


With this ChatGPT3DS, users can make calls to these APIs and generate text or images based on their inputs. The ChatGPT3DS provides an easy-to-use interface and is designed to be user-friendly, even for those who are not familiar with programming or API calls.  
The application is written in Lua using the [[Love Potion 3DS|LovePotion framework]]. It uses the [https://beta.openai.com/docs/api-reference/introduction OpenAI API] to make calls to the gpt-3.5-turbo/gpt-4 model and image generation model.


==Media==
==Installation==
'''ChatGPT3DS - Homebrew Showcase - ([https://www.youtube.com/watch?v=gh5tZnisXlI Carson Kompon])'''<br>
Download the latest release from the [https://github.com/CarsonKompon/ChatGPT3DS/releases releases page].
<youtube>gh5tZnisXlI</youtube>


==Installation==
Place ChatGPT3DS.3dsx in the /3ds/ folder on your SD card.
* Download the latest release from here.
* Place '''ChatGPT3DS.3dsx''' in the /3ds/ folder on your SD card
** Optional - Create the file '''/3ds/save/api_key.txt''' and place your [https://platform.openai.com/account/api-keys 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 :)'''
(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.


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds-01.png
https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds-01.png
https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds-03.png
https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds-02.png
https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds-02.png
https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds-03.png
https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds-04.png
https://dlhb.gamebrew.org/3dshomebrews/chatgpt3ds-04.png
==Media==
'''ChatGPT3DS - Homebrew Showcase ([https://www.youtube.com/watch?v=gh5tZnisXlI Carson Kompon])'''<br>
<youtube>gh5tZnisXlI</youtube>
==Compatibility==
This app has only been tested on a New Nintendo 3DS model. Make an issue if you have any problems on your own device.


==Changelog==
==Changelog==
'''(v.1.1.1)'''
'''v1.1.1'''
*Added "Estimated Cost" display on the bottom screen.
*Added "Estimated Cost" display on the bottom screen.
'''(v.1.1)'''
'''v1.1'''
* Added "Chat Model" setting.
* Added "Chat Model" setting.
* Added "gpt-4" chat completion model.
* Added "gpt-4" chat completion model.
'''(v.1.0)'''
'''v1.0.0'''
* First Release.
* Initial Release.


== External links ==
== External links ==
* Official Site - https://carsonk.net/works/other/ChatGPT3DS/
* Author's website - https://carsonk.net/works/other/ChatGPT3DS/
* Gbatemp - https://gbatemp.net/threads/release-chatgpt3ds-ask-chatgpt-questions-and-generate-images-from-your-3ds.628673/
* GitHub - https://github.com/CarsonKompon/ChatGPT3DS
* Github - https://github.com/CarsonKompon/ChatGPT3DS
* GBAtemp - https://gbatemp.net/threads/release-chatgpt3ds-ask-chatgpt-questions-and-generate-images-from-your-3ds.628673/

Latest revision as of 10:16, 1 February 2024

ChatGPT3DS
Chatgpt3ds.png
General
AuthorCarsonKompon
TypeOther Apps
Version1.1.1
LicenseMIT License
Last Updated2023/03/18
Links
Download
Website
Source

ChatGPT3DS is an app designed for the Nintendo 3DS platform that provides access to OpenAI's chat completion API and image generation API.

The application is written in Lua using the LovePotion framework. It uses the OpenAI API to make calls to the gpt-3.5-turbo/gpt-4 model and image generation model.

Installation

Download the latest release from the releases page.

Place ChatGPT3DS.3dsx in the /3ds/ folder on your SD card.

(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.

Screenshots

chatgpt3ds-01.png chatgpt3ds-03.png

chatgpt3ds-02.png chatgpt3ds-04.png

Media

ChatGPT3DS - Homebrew Showcase (Carson Kompon)

Compatibility

This app has only been tested on a New Nintendo 3DS model. Make an issue if you have any problems on your own device.

Changelog

v1.1.1

  • Added "Estimated Cost" display on the bottom screen.

v1.1

  • Added "Chat Model" setting.
  • Added "gpt-4" chat completion model.

v1.0.0

  • Initial Release.

External links

Advertising: