#Has anyone upgraded to gpt 4 via API?
5 messages · Page 1 of 1 (latest)
gpt-4 uses the new chat api, not completions
so you'll need to migrate to chat format
5 messages · Page 1 of 1 (latest)
I'm using davinci 3 currently and want to move to gpt 4 but the API errors out. I was invited to the API waitlist so I should have access.
I'm using Nodejs for integration and the openai npm module. When I call the API to create a completion with "gpt-4" as my engine, I get "Error: Request failed with status code 404
gpt-4 uses the new chat api, not completions
so you'll need to migrate to chat format