-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add "advanced models" ModelSelector expansion #412
base: main
Are you sure you want to change the base?
Conversation
Great andoo391 , think we should also add gpt-4-0613 also as the gpt-4 is the older model , what do you think ? |
0613 is just a snapshot of gpt-4 + functions API, no? we can't use functions in BetterChatGPT yet i think |
Can we get this pulled into the latest version and update the website ASAP? Gpt4-0314 is just so much better then the current version! |
+1 |
According to the deprecations info in the openai docs |
nope „ We previously communicated to developers that gpt-3.5-turbo-0301, gpt-4-0314 and gpt-4-32k-0314 models were scheduled for sunset on Sept 13, 2023. After reviewing feedback from customers and our community, we are extending support for those models until at least June 13, 2024.“ Source: https://openai.com/blog/function-calling-and-other-api-updates the same is also written on the site you linked. Its not 2024 yet :D |
Is this dead? I might just focus on my own fork. The featureset isn't making it any more compelling compared to the alternatives |
Added an expansion button to the model selector that exposes
gpt-3.5-turbo-0301, gpt-4-0314, gpt-4-32k-0314
.I also gave the hover highlight rounded corners, to match the selection box's corners.
I've been hearing anecdotally that
gpt-4-0314
performs better thangpt-4-0613(current)
, so i think it's fair to add these for extra customization/evaluations.They aren't being removed from the API until next year: