-
Couldn't load subscription status.
- Fork 51
Add Model Registry #110
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 Model Registry #110
Conversation
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.
I think it makes sense
| description=( | ||
| "The latest GPT-3.5 Turbo model with improved instruction following, " | ||
| "JSON mode, reproducible outputs, parallel function calling, and more. " | ||
| "Returns a maximum of 4,096 output tokens. Learn more." |
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.
Should i actually learn more?
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.
haha i extracted with chat gpt from the webpage... I'll fix up in a few
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.
No gpt-4 or gpt-4-1106-preview? What about claude?
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.
yeah we can add all of those -- just wanted to get something initial in for a review / consensus that we want this
Add a model registry to make it easier to iterate through models for bench-marking purposes