-
Notifications
You must be signed in to change notification settings - Fork 476
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
Adjust code to changes announced today #340
Comments
I gave some of this a crack for you: #341 👍 |
So will we be able to use gpt4-turbo and use images? That would be awesome! And are plug-ins feasible? |
I have updated the prices now to match https://openai.com/pricing#language-models There is supposed to be a |
What about the 128K context? 😶 It's only letting me use 4096 Tokens |
1106 has 128k context token but has a maximum reply output of 4096 as far as i know |
That's just max output - you just need to adjust the token threshold. :) You are more likely to hit the api limits before you get close to 128k though: |
What about add gpt-4-1106-vision-preview as well? |
I don't see |
The model is called gpt-4-vision-preview |
Awesome project thanks, yeah the ability to drag an image into the chat and use the vision model would be awesome. https://platform.openai.com/docs/guides/vision?lang=python |
Ah, so This would definitely require some changes, as we need to support upload functionality. |
Is the ability to upload images still something you might plan on adding to this? |
See: https://openai.com/blog/new-models-and-developer-products-announced-at-devday
In particular, new pricing and models.
The text was updated successfully, but these errors were encountered: