Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1016 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 1016 Bytes

OpenAi ChatGPT Flutter

A Flutter app that lets you chat with OpenAi API's ChatGPT. Easy to use and Simple Interface.

OpenApi Documentation. Click here

Libraries & Tools Used.

Getting Started

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";

App Screenshot