Skip to content

Conversation

@shohei-ihaya
Copy link
Contributor

@shohei-ihaya shohei-ihaya commented Mar 10, 2025

Context

Add gemini-2.0-pro-exp-02-05 model to vertex

Implementation

Screenshots

before after
image image

How to Test

# Run dev server
$    npm run dev

# Thne press F5 to start debug

Get in Touch


Important

Add gemini-2.0-pro-exp-02-05 model to vertexModels in api.ts.

  • Models:
    • Add gemini-2.0-pro-exp-02-05 to vertexModels in api.ts with maxTokens: 8192, contextWindow: 2_097_152, supportsImages: true, supportsPromptCache: false, inputPrice: 0, outputPrice: 0.

This description was created by Ellipsis for f4b3c44. It will automatically update as commits are pushed.

@changeset-bot
Copy link

changeset-bot bot commented Mar 10, 2025

⚠️ No Changeset found

Latest commit: f4b3c44

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. enhancement New feature or request labels Mar 10, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 10, 2025
supportsImages: true,
supportsPromptCache: false,
inputPrice: 0,
outputPrice: 0,
Copy link
Collaborator

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?

Copy link
Contributor Author

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

@hannesrudolph hannesrudolph moved this from New to PR [Greenlit] in Roo Code Roadmap Mar 10, 2025
@mrubens mrubens merged commit b5f6e37 into RooCodeInc:main Mar 11, 2025
18 checks passed
@github-project-automation github-project-automation bot moved this from PR [Greenlit] to Done in Roo Code Roadmap Mar 11, 2025
ipattis pushed a commit to ipattis/roo-code that referenced this pull request Mar 15, 2025
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants