#gpt-4 endpoint.
13 messages · Page 1 of 1 (latest)
Yeah
can you share the API endpoint that you are using and it's giving that error?
Are you using ChatCompletion endpoint, instead of Completion?
yeah, I came to ask this same question
I tried both
for chatCompletion it says module 'openai' has no attribute 'ChatCompletion'
for completion it says InvalidRequestError: The model: gpt-4 does not exist
I read gpt-4 has no fine tune right now
Did you upgrade your openai package?
Upgrade it to the latest version and you'll be able to access ChatCompletion
GPT-4 indeed has no fine tuning right now
Are you passing your Organization ID as OpenAI-Organization: {ORG ID} in the request headers? You need to do this in order to access GPT4
No, will fix it thanks
thanks, that worked