Skip to content
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

Gemini model adds #3715

Closed
wants to merge 10 commits into from
Closed

Conversation

shermanhuman
Copy link
Contributor

Description

After a Discord powerchat w/ @RomneyDa added three Gemini 2 models:

  • gemini-2.0-flash-exp
  • gemini-2.0-flash-thinking-exp
  • gemini-exp-1206

Checklist

  • The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

Screenshots

    {
      "title": "Gemini 2.0 Flash Experimental",
      "provider": "gemini",
      "model": "gemini-2.0-flash-exp",
      "contextLength": 2000000,
      "apiKey": "zzz"
    },

image

    {
      "title": "Gemini 2.0 Flash Thinking Experimental",
      "provider": "gemini",
      "model": "gemini-2.0-flash-thinking-exp",
      "contextLength": 2000000,
      "apiKey": "zzz"
    },

image

    {
      "title": "Gemini Experimental 1206",
      "provider": "gemini",
      "model": "gemini-exp-1206",
      "contextLength": 2000000,
      "apiKey": "zzz"
    }

image

Testing instructions

I tested each model in the debug host (Extension Development Host) thingy. The models appeared to behave as expected, but I did see weird behavior: after selecting a model from the dropdown the model name and enter button disappeared:

image

Not sure if that's related to my edits. If I click in the box it re-appears.

Could use some help on how to test with more rigor. Is using the debug host the way? Did I miss anything? Are there tests I need to update?

Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for continuedev ready!

Name Link
🔨 Latest commit 7963e09
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/67903feef4b77e00088c1ea6
😎 Deploy Preview https://deploy-preview-3715--continuedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sestinj
Copy link
Contributor

sestinj commented Jan 15, 2025

thanks for adding these @shermanhuman! Just fyi i removed some of the extras from the gemini docs page—we want to keep these as dead simple as possible and just give one recommendation at a time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants