You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: