Closed licht1stein closed 1 year ago
I tried editing setting chatgpt-shell-model-versions to '("gpt-3.5-turbo" "gpt-3.5-turbo-0613" "gpt-4" "gpt-4-0613" "gpt-4-32k") but I'm still getting an error:
chatgpt-shell-model-versions
'("gpt-3.5-turbo" "gpt-3.5-turbo-0613" "gpt-4" "gpt-4-0613" "gpt-4-32k")
The model: `gpt-4-32k` does not exist
But it should exist according to docs:
Is there some sort of validation on submit?
This validation/response is coming from OpenAI API and typically means the user hasn't got access to that model/version. Check out similar thread #55.
I see, thanks!
I tried editing setting
chatgpt-shell-model-versions
to'("gpt-3.5-turbo" "gpt-3.5-turbo-0613" "gpt-4" "gpt-4-0613" "gpt-4-32k")
but I'm still getting an error:But it should exist according to docs:
Is there some sort of validation on submit?