Simple Flutter app to chat with ChatGPT API.
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