-
Notifications
You must be signed in to change notification settings - Fork 2.6k
add gemini-2.0-pro-exp-02-05 model to vertex #1543
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
Conversation
|
| supportsImages: true, | ||
| supportsPromptCache: false, | ||
| inputPrice: 0, | ||
| outputPrice: 0, |
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 this have a non-zero price?
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.
Thanks for your review!
This is experimental model, so cost is free as gemini-2.0-flash-thinking-exp-01-21
…k Hierarchy (RooCodeInc#1543) * Provide explicit command chaining instructions * Added shell detection for powershell The default-shell library being used only returns cmd for windows users. This change will utilize VS Code API calls to determine the user's shell/terminal settings. MacOS & Linux will, for now, continue to use the existing method. Still working on tests. * Replaced default-shell, added tests Replaced default-shell with local code that replicates the old behavior on macOS & Linux Windows shell detection uses VS Code settings to get the user's default terminal profile Adjusted prompt change * One small change * Removed & attributed old package + typo * Added VSC load for other OSes, refactor, better tests * Fixed system.ts explicit git lines * Added back changes for terminal-command-chaining * One minor, but important change
Context
Add gemini-2.0-pro-exp-02-05 model to vertex
Implementation
Screenshots
How to Test
Get in Touch
Important
Add
gemini-2.0-pro-exp-02-05model tovertexModelsinapi.ts.gemini-2.0-pro-exp-02-05tovertexModelsinapi.tswithmaxTokens: 8192,contextWindow: 2_097_152,supportsImages: true,supportsPromptCache: false,inputPrice: 0,outputPrice: 0.This description was created by
for f4b3c44. It will automatically update as commits are pushed.