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

Update language-model.md with correct supported lm families #7881

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

ozanani
Copy link
Contributor

@ozanani ozanani commented Dec 19, 2024

Hi, there are 2 issues with the current documentation:

  1. o1-preview is not available as a model family, it is called o1.
  2. gemini-1.5-pro is not available.

See the following screenshot which returns from:

await vscode.lm.selectChatModels({
            vendor: "copilot",
        });
image

@ntrogh
Copy link
Contributor

ntrogh commented Jan 2, 2025

@ozanani Thanks for raising this PR. About Gemini not being available, can you check that Gemini preview is enabled for your Copilot subscription (https://github.com/settings/copilot)?

@ozanani
Copy link
Contributor Author

ozanani commented Jan 2, 2025

@ntrogh it does not appear in my settings.

@ntrogh
Copy link
Contributor

ntrogh commented Jan 2, 2025

@ozanani I seem to have mixed up with the Claude model setting... Gemini support was announced at GitHub Universe, but agree it looks it's not available in the API yet.

Copy link
Contributor

@ntrogh ntrogh left a comment

Choose a reason for hiding this comment

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

Thanks @ozanani for bringing this up and spending the time to create a PR to fix it.

@ntrogh ntrogh merged commit 084c7f2 into microsoft:main Jan 6, 2025
1 of 2 checks passed
@vs-code-engineering vs-code-engineering bot added this to the January 2025 milestone Jan 6, 2025
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