Open TimRivoli opened 1 year ago
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.
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)