-
Notifications
You must be signed in to change notification settings - Fork 39
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
proxy/playground model improvements #148
Conversation
sachinpad
commented
Feb 8, 2025
•
edited
Loading
edited
- add a lot of models
- deprecate a lot of models
- improve ordering
- some display/logo changes
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -190,8 +181,34 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = { | |||
"NousResearch/Nous-Hermes-2-Yi-34B": ["together"], | |||
"deepseek-ai/deepseek-coder-33b-instruct": ["together"], | |||
"meta-llama/Llama-3.3-70B-Instruct-Turbo": ["together"], | |||
"meta-llama/Llama-3.3-70B-Instruct-Turbo-Free": ["together"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whille you're at it, i've been meaning to move this bit of data into the model defintiion (it's super annoying to edit it out here). Do you want to take a crack at that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do that in a follow-up? Would love to get this shipped and then do the refactor separately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sgtm