-
-
Notifications
You must be signed in to change notification settings - Fork 807
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
choose model by argument #67
Comments
Currently GPT-4 is not available thru API, when OpenAI will allow to use it via API, it will be implemented. |
is there a possibility to specify a model by cmd arg? |
Currently |
coming gpt 4 it has this option gpt-4-32k (Same capabilities as the base gpt-4 mode but with 4x the context length) |
Just commenting to say that I got into the GPT-4 on API preview — I can imagine that it's rolling out now to a lot of people soon. |
I have just realized this does have the follow on issue of chats don't keep track of what model they were conducted with. I will have to see how this interacts. |
Nvm. It seems to work fine switching models with the same chat_id |
It would be useful to have a -m (--model 'gpt-4') argument for sgpt
https://platform.openai.com/docs/models/gpt-4
The text was updated successfully, but these errors were encountered: