Compose ChatGPT is a sample ChatGPT app built with Jetpack Compose.
To try out this sample app, use the latest stable version of Android Studio. You can clone this repository or import the project from Android Studio following the steps here.
Setup Firebase
- Create your firebase project and enable Firestore
- Put file google-services.json into app/
Setup OpenAI ApiKey
- Generate api key from OpenAI console: https://platform.openai.com/account/api-keys
- Edit value of openAIApiKey in file app/src/main/java/com/chatgptlite/wanted/constants/Constants.kt to your key
- ChatBot with GPT
- Stop generating
- Delete conversation
- Settings for ChatGPT
- Light/Dart Themes


