A Flutter app that lets you chat with OpenAi API's ChatGPT. Easy to use and Simple Interface.
OpenApi Documentation. Click here
- provider: Version-6.0.5
- lottie: Version-2.2.0
- http: Version-0.13.5
- flutter_spinkit: Version-5.1.0
- animated_text_kit: Version-4.2.2
First you need to add your own OpenAi Api key in lib >services >api_services.dart
.
To get your Api Key Click Here
Add your own OpenAi Api Key in
const String _Api_key = "YOUR API KEY";