issues
search
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
226
stars
33
forks
source link
Dev
#8
Closed
sollarp
closed
1 year ago
sollarp
commented
1 year ago
I added the following improvement to the project. UI:
UI improvement on chat text length to fit.
Added Bin icon and make it clickable to remove conversation. Code:
Deleting function to chat conversation which removes conversation items and message items from firebase.
Using the benefit of Flow deleted item removes itself from UI.
Pre-launch Checklist
[x ] I read the rules PR (title, labels, commit messages...).
[x ] I definitely don't PR files with pointless edits.
[x ] I added screenshots if change UI/UX (has modified code in lib/src/ui/*).
[- ] I writen all test cases coverage and all passed.
[x ] All existing and new tests are passing.
Testcases covered (check if passed)
[- ] Case 1
[- ] Case 2
[- ] Case 3
Screenshots (if change UI/UX)
I added the following improvement to the project. UI:
Pre-launch Checklist
Testcases covered (check if passed)
Screenshots (if change UI/UX)