Skip to content

felipecastrosales/chat_gpt_app

Repository files navigation

Chat GPT App

Chat GPT App using GPT API from OpenAI with Atomic State.


How to use

  1. Clone this repo.
  2. Create .env file and add your OpenAI API key (see .env.example). You can get your API key from here.
  3. Run build_runner: flutter packages pub run build_runner watch -d.
  4. Run the app.

About

This app is created to learn more about Atomic State pattern and GPT API from OpenAI, see in this video.