xenodium / chatgpt-shell

ChatGPT and DALL-E Emacs shells + Org babel 🦄 + a shell maker for other providers
https://xenodium.com
GNU General Public License v3.0
831 stars 74 forks source link

Can't make requests to `gpt-4-32k` #117

Closed licht1stein closed 1 year ago

licht1stein commented 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:

The model: `gpt-4-32k` does not exist

But it should exist according to docs:

image image

Is there some sort of validation on submit?

xenodium commented 1 year ago

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.

licht1stein commented 1 year ago

I see, thanks!