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

Small Fix: Issue #17 - adjusting GPT model #19

Open joaocarlosleme opened 10 months ago

joaocarlosleme commented 10 months ago

as pointed by @sollarp on issue 17.

lambiengcode commented 9 months ago

Hi, I found this article and it says that gpt-3-5-turbo-instruct is another model not alternative for gpt-3-5-turbo, so I think you need to keep gpt-3.5-turbo and add the new one with value is gpt-3.5-turbo-instruct. What do you think?