That model does not exist #111
-
This is my setting.js, when I use it for cli, chatgpt responses me the error of "That model does not exist". I have tried the models named 'text-davinci-002-render-sha' and 'text-davinci-002-render-raw', but got the same errors. what's wrong with my configures? please help, thanks.
|
Beta Was this translation helpful? Give feedback.
Answered by
waylaidwanderer
Feb 23, 2023
Replies: 1 comment
-
@imatrixme The CLI doesn't support the browser client right now, sorry. It's failing because it's falling back to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
imatrixme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@imatrixme The CLI doesn't support the browser client right now, sorry. It's failing because it's falling back to the
ChatGPTClient
instead of usingChatGPTBrowserClient
as you wanted.