Skip to content

Add mention of JetBrains IDEs in changing AI models #36656

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For more information about these models, see [AUTOTITLE](/copilot/using-github-c

Experimental pre-release versions of the models may not interact with all filters correctly, including the duplication detection filter.

## Changing your AI model
## Changing the AI model

These instructions are for {% data variables.product.prodname_copilot_short %} on the {% data variables.product.github %} website. For instructions on different clients, click the appropriate tab at the top of this page.

Expand Down Expand Up @@ -94,9 +94,9 @@ The following models are currently available through multi-model {% data variabl

For more information about these models, see [AUTOTITLE](/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task).

## Changing your AI model
## Changing the AI model

These instructions are for {% data variables.product.prodname_vscode_shortname %}. For instructions on different clients, click the appropriate tab at the top of this page.
These instructions are for the {% data variables.product.prodname_vscode %}. For instructions on different clients, click the appropriate tab at the top of this page.

{% data reusables.copilot.model-picker-enable-alternative-models %}

Expand Down Expand Up @@ -128,7 +128,7 @@ The following models are currently available through multi-model {% data variabl

For more information about these models, see [AUTOTITLE](/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task).

## Changing the AI model for {% data variables.copilot.copilot_chat_short %}
## Changing the AI model

These instructions are for {% data variables.product.prodname_vs %}. For instructions on different clients, click the appropriate tab at the top of this page.

Expand Down Expand Up @@ -168,7 +168,7 @@ The following models are currently available through multi-model {% data variabl

For more information about these models, see [AUTOTITLE](/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task).

## Changing the AI model for {% data variables.copilot.copilot_chat_short %}
## Changing the AI model

These instructions are for the JetBrains IDEs. For instructions on different clients, click the appropriate tab at the top of this page.

Expand All @@ -178,7 +178,7 @@ These instructions are for the JetBrains IDEs. For instructions on different cli

1. Click the **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %}** icon in the status bar.
1. In the popup menu, click **Open {% data variables.copilot.copilot_chat %}**.
1. In the bottom right of the chat view, select an AI model of your choice from the {% octicon "chevron-down" aria-hidden="true" aria-label="chevron-down" %} dropdown menu.
1. In the bottom right of the chat view, select an AI model of your choice from the **CURRENT-MODEL** {% octicon "chevron-down" aria-hidden="true" aria-label="chevron-down" %} dropdown menu.

{% endjetbrains %}

Expand Down Expand Up @@ -207,7 +207,7 @@ The following models are currently available through multi-model {% data variabl

For more information about these models, see [AUTOTITLE](/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task).

## Changing the AI model for {% data variables.copilot.copilot_chat_short %}
## Changing the AI model

These instructions are for the Eclipse IDE. For instructions on different clients, click the appropriate tab at the top of this page.

Expand Down Expand Up @@ -246,7 +246,7 @@ The following models are currently available through multi-model {% data variabl

For more information about these models, see [AUTOTITLE](/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task).

## Changing the AI model for {% data variables.copilot.copilot_chat_short %}
## Changing the AI model

These instructions are for Xcode. For instructions on different clients, click the appropriate tab at the top of this page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ redirect_from:

* {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode %}
* Immersive mode in {% data variables.copilot.copilot_chat_short %} in {% data variables.product.github %}
* {% data variables.copilot.copilot_chat_short %} in JetBrains IDEs

{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_gemini_flash %} and {% data variables.copilot.copilot_gemini_25_pro %} hosted on Google Cloud Platform (GCP). When using {% data variables.copilot.copilot_gemini %} models, prompts and metadata are sent to GCP, which makes the [following data commitment](https://cloud.google.com/gemini/docs/discover/data-governance): _{% data variables.copilot.copilot_gemini %} doesn't use your prompts, or its responses, as data to train its models._

Expand Down
Loading