Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

feat(cody gateway): code completion support for Google Gemini Flash models#63303

Merged
abeatrix merged 2 commits into
mainfrom
bee/update-allowed
Jun 20, 2024
Merged

feat(cody gateway): code completion support for Google Gemini Flash models#63303
abeatrix merged 2 commits into
mainfrom
bee/update-allowed

Conversation

@abeatrix

@abeatrix abeatrix commented Jun 17, 2024

Copy link
Copy Markdown
Contributor
  • Add support for the latest versions of the Google Gemini models:
    • google/Gemini15FlashLatest
    • google/GeminiProLatest (Gemini 1.5 Pro is not on the support list for code completion)
  • This allows users to access the most up-to-date versions of these models for code completion when the client side support this later.

Test plan

No features were changed.

Changelog

feat(cody gateway): code completion support for Google Gemini Flash models

- Add support for the latest versions of the Google Gemini models:
  - `google/Gemini15FlashLatest`
  - `google/GeminiProLatest`
- This allows users to access the most up-to-date versions of these models for code completion when the client side support this later.
@cla-bot cla-bot Bot added the cla-signed label Jun 17, 2024
@abeatrix abeatrix requested review from a team and chrsmith June 17, 2024 20:10

@chrsmith chrsmith left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM, but yes, my understanding is that there is some similar "hard coded list of model names" that needs to be updated and deployed with Cody Gateway for this to actually work. (As well as updating Cody clients to know they can use the model as well?)

@abeatrix abeatrix changed the title feat(cody gateway): add support for latest Google Gemini models feat(cody gateway): code completion support for Google Gemini Flash models Jun 20, 2024
@abeatrix abeatrix enabled auto-merge (squash) June 20, 2024 16:51
@abeatrix abeatrix merged commit f71789c into main Jun 20, 2024
@abeatrix abeatrix deleted the bee/update-allowed branch June 20, 2024 16:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants