-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support for GPT-4? #43
Comments
Can you please verify that you have access to GPT-4? It seems that the model is in beta and only limited access is provided (see https://platform.openai.com/docs/models/gpt-4). |
Yes, I can confirm. But you do not need to have gpt-4 to try that. You can test on ChatGPT (gpt-3.5-turbo). It seems that OpenAI has two types of models, completion models (text-davinci-003) and Chat models (gpt-3.5-turbo, gpt-4). The API URL and syntax are different between these two. |
|
@gexijin Have you been able to find the solution? |
I haven't tried what @RoyalTS said. But as of now, I used httr to directly talk to OpenAI. |
It doesn't work for me and I have a ChatGPT plus subscription.
|
@jmouchnino Among ChatGPT plus subscribers, very few have gpt-4 API access. |
@jmouchnino @gexijin well, the thing is I do not event have Anyways, I am developing a new version, to be in line with OpenAI. You can install it via
Please let me know if it does not work. |
Currently it does not seem to work for GPT-4 api.
The text was updated successfully, but these errors were encountered: