compose-chatgpt-kotlin-android-chatbot
compose-chatgpt-kotlin-android-chatbot copied to clipboard
The ChatGPT 3.5 Turbo model should be marked as a completions model
First off, very nice work! Second, GPT 3.5 Turbo is a completions model so I made this fix to make the app work for me. gpt35Turbo("gpt-3.5-turbo", 4096, isChatCompletion = true)
yes, it's my mistake, thank you @TimRivoli. I'll fix it tomorrow.
Thank you @TimRivoli, this work form me.