karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.14k stars 119 forks source link

The model gpt-4 does not exist #47

Closed drewverlee closed 1 year ago

drewverlee commented 1 year ago

Selecting gpt model gpt-4, and sending a prompt results in this message: ChatGPT error: (HTTP/2 404) The model: gpt-4 does not exist.

Selecting gpt model gpt-3.5-turbo sends and receives an answer from the API.

If it's a configuration issue on my end I'm not sure what to do, i added this to my authstore (.authinfo):

machine openai.com login apikey password

and i have a paid account on openai as well as for chatgpt+.

GPT-4 is a model in the open ai docs.

karthink commented 1 year ago

API access to GPT-4 is being rolled out slowly, see #43, #44, and the waitlist (https://openai.com/waitlist/gpt-4-api).

If you can successfully query GPT-4 from Curl or from another application through the API, this could be a bug with gptel, but based on the previous two threads I'd be surprised if the issue was gptel.

karthink commented 1 year ago

Closing now, please reopen if gptel doesn't work with gpt-4 after you get API access.