An open API service indexing awesome lists of open source software.

https://github.com/felipecastrosales/chat_gpt_app

Chat GPT App | Consuming API from OpenAI
https://github.com/felipecastrosales/chat_gpt_app

ai app atomic atomic-state chat chatbot chatgpt dart dio flutter flutter-chat flutter-chat-app gpt gpt-3 ia openai

Last synced: about 2 months ago
JSON representation

Chat GPT App | Consuming API from OpenAI

Awesome Lists containing this project

README

          

# 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](https://platform.openai.com/account/api-keys).
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](https://www.youtube.com/watch?v=YN-hrPCX2cI).