Simple Flutter Version ChatGPT
Created by Chenran([email protected])
This is a simple version of chatgpt in flutter, using your own API key. With this app, you can chat in app with chatgpt. I never learned flutter before, but with ChatGPT, I created this simple version in 2 days!
Getting Started
Prerequisites
Before you start, make sure you have the following:
Flutter installed on your machine. You can follow the instructions here. An API key for the OpenAI ChatGPT language model. You can apply for an API key here.
Installation
Clone the repository to your local machine. Run the app on your device or emulator using flutter run.
”’ flutter run ”’
Features
The app includes the following features:
- Chat with ChatGPT using the OpenAI API
- Display chat history
- Add new conversations
- Rename existing conversations
- Delete conversations
Acknowledgments
The OpenAI API for providing the language model used in the app. The Flutter framework for making it easy to build beautiful and fast mobile apps.
License
You can use this project for your own further development! Happy Chatting!