Open AI Chat Bot using Chat-GPT in Flutter
ChatGPT AI Chatbot App
A Chatbot chat app built using the Flutter framework and OpenAI’s GPT-3 language model.
Show some ❤️ and star the repo.
Video tutorial available here
Features
- Natural language understanding
- Human-like conversation
- Customizable to fit your use-case
- Lightweight, easy to integrate with other apps
- Open-source
Prerequisites
- Flutter SDK
- API key for OpenAI GPT-3 Available here
Getting Started
- Clone the repository
- Run
flutter pub get
to install dependencies - Replace the placeholder API key with your own in the
chat_screen.dart
file - Run the app on an emulator or physical device
The chatbot can be further customized to fit your use-case by modifying the code in the main.dart
file and other files. The source code for the chatbot is available on GitHub.
Development by
- OpenAI – https://openai.com
- Flutter – https://flutter.dev/
Please open an issues on the repository if you find any bugs or if you would like to contribute.