compose-chatgpt-kotlin-android-chatbot
compose-chatgpt-kotlin-android-chatbot copied to clipboard
Small Fix: Issue #17 - adjusting GPT model
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?