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
- Host: GitHub
- URL: https://github.com/felipecastrosales/chat_gpt_app
- Owner: felipecastrosales
- Created: 2023-05-20T23:34:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T15:14:36.000Z (about 3 years ago)
- Last Synced: 2025-10-19T07:51:10.358Z (8 months ago)
- Topics: ai, app, atomic, atomic-state, chat, chatbot, chatgpt, dart, dio, flutter, flutter-chat, flutter-chat-app, gpt, gpt-3, ia, openai
- Language: C++
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).