This is an assignment of Advanced Mobile Programming module at FIT-HCMUS
20120454 - Lê Công Đắt
Flutter, Flutter Boilerplate
Youtube: https://youtu.be/VP1b0xhNbR8
- AI chat (maintain context for the AI chat to understand the content of previous chats).
- Store chat threads and provide the option to select older chat threads on the sidebar for continued chatting.
- Rename a chat thread
- Delete a chat thread
- Typing Indicator
- Typing Text Animation
- View send time of each message
git clone https://github.com/Dat-TG/ChatGPT.git
flutter pub get
flutter run
Create a .env file at the root directory, and add your OpenAI API access key:
OPEN_API_ACCESS_KEY=
If you have any feedback, please reach out to me at dat13102k2@gmail.com