-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: [404:invalid_request_error] The model: gpt-4
does not exist
#14
Comments
Hey @emilBeBri - I'm not able to reproduce this problem, passing
I bet that (1) will resolve the problem but let me know if it doesn't. |
Hi! Ok so I made a new key and that didn't help - tried making two actually to be sure. I can see in my openai api key page that they have been used today when using
but
errors out all the same. so a new key does not do anything it seems. running the go install to update gives me:
searching for this on google does not give any apparent solution, other than it seems to be related to the switch from there is an issue about it here, but I'm not familiar with go so I can't really make anything out of it: |
Ok I fixed the |
@emilBeBri If that doesn't solve the GPT-4 issue for you can you paste a screenshot of what you see at https://platform.openai.com/account/rate-limits ? |
Updated butterfish with Go just now and works great. Hmm that's interesting. I don't see gtp-4 there. But didn't that announcement say that it was available for all paying API customers? Just read it again, and checked my settings doesn't seem like you're supposed to 'enable' the access in someway. Or maybe they're just rolling it out slow and it will be available during the coming weeks (but they didn't mention that in the announcement, either). I'm writing a post on reddit on the chatgtp sub to hear if I'm the only one with this issue |
@emilBeBri I talked to someone at OpenAI, apparently they don't turn on GPT-4 until you successfully pay an invoice (this is a fraud prevention measure). So if you turned on billing this month, I bet it won't enable GPT-4 until early next month after the next billing cycle. Hope that helps. |
Hi yes that's what I got out of it too. I couldn't understand it though because I've been using butterfish on a regular basis, but only a little bit, since 3.5 is a little too simple for many purposes I find. So I looked at my billing history, and there was none! for some reason they haven't billed me for it, like at all....! Must be a bug, or because my use has been so neglible, because now that I've created a new api key and used it for whisper, I got a small bill yesterday. Mystery solved, thanks the help |
Hi so as per this announcement:
https://openai.com/blog/gpt-4-api-general-availability
everyone including me finally have access to gtp 4. but when i try:
I get this:
works fine with:
Best,
Emil
The text was updated successfully, but these errors were encountered: