/flutter-chatgpt-client

Simple Flutter app to chat with ChatGPT API

Primary LanguageC++MIT LicenseMIT

Flutter ChatGPT Client

Simple Flutter app to chat with ChatGPT API.

How to Build

To build this project, create .env file in the project root and add your API key as folows:

OPEN_AI_API_KEY=<YOUR_API_KEY>

Then, execute the following two commands:

$ flutter clean
$ flutter pub run build_runner build --delete-conflicting-outputs