-
Notifications
You must be signed in to change notification settings - Fork 158
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
feature(go): add support for multiple model versions #1575
Conversation
Hi @pavelgj, @apascal07 Let me know your opinion about this approach. The only changes added were:
|
How is this to be used in code? I don't see any way to reference the exact version I want to use in a generate call for example. |
Feedback addressed in the last commit |
Overall, looks good. There's an outstanding issue that you are indirectly (but not fully) touching upon here: #1744 It's unrelated to this PR but it might make sense to just combine it, or at least do it just for the |
Adding the support for multiple model versions and grouping the versions in the model metadata.
Gemini models being rendered in Dev UI frontpage
Model versions being grouped in the Dev UI
Playing around with
gemini-1.5-flash-8b-latest
Checking raw request
Checklist (if applicable):