Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 358 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 358 Bytes

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