How to use GPT-4 #342
Replies: 6 comments
-
Same for me as well. |
Beta Was this translation helpful? Give feedback.
-
This works great. Are you sure you have access to GPT4, you have to have made a payment to OpenAI before it is enabled. alias ai="sgpt"
alias ai4="sgpt --model='gpt-4'" |
Beta Was this translation helpful? Give feedback.
-
If you make a call to curl https://api.openai.com/v1/models \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' |
Beta Was this translation helpful? Give feedback.
-
I had to reinstall the program for it to work. Or maybe I didn't have access to gpt-4 at the time and it happened to come on as I reinstalled it - can't tell for sure. |
Beta Was this translation helpful? Give feedback.
-
I only seem to be able to get GPT-3.5:
I do appear to have access to GPT-4:
|
Beta Was this translation helpful? Give feedback.
-
Use |
Beta Was this translation helpful? Give feedback.
-
I have been using sgpt for a while and it's pretty great. However its using 3.5. On the ChatGPT web interface, I am using GPT4, but I cannot figure out how to do that with sgpt in the shell. It does not seem to accept my attempts to set a model, or at least I am not sure how this expected to work. I tried a variety of shell commands, but none of them work. For example I thought this might work:
But this only results in HTTPError 404.
Beta Was this translation helpful? Give feedback.
All reactions