-
When I set model to "gpt-3.5-turbo",Unity went error. |
Beta Was this translation helpful? Give feedback.
Answered by
srcnalt
Mar 11, 2023
Replies: 1 comment
-
gpt-3.5-turbo can only be used with Chat Completion API, if you entered that to Text Completion request then you will get an error. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srcnalt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gpt-3.5-turbo can only be used with Chat Completion API, if you entered that to Text Completion request then you will get an error.
In package version v0.1.8 ChatGPT sample switched to Chat Completion you can take a look at there.