lambiengcode / compose-chatgpt-kotlin-android-chatbot

Compose ChatGPT Kotlin - Android Chatbot using Kotlin + Jetpack Compose + Coroutine + MVVM + Retrofit2 + OpenAI's GPT-3 API. Allow stream response from ChatGPT API.
https://youtube.com/shorts/esLh-n3Ao5U
MIT License
217 stars 31 forks source link

Add stop generating button #9

Closed sollarp closed 1 year ago

sollarp commented 1 year ago

Added an ExtendedFloatingActionButton (expanded) to stop collection flow from API. When flow collection button expands with text "Stop Generating" then when user stops or collect completes button shows icon only. Cleaned the code by moving conts from conversion compose to Constants.

Pre-launch Checklist

Testcases covered (check if passed)