Skip to content

Commit 14c8f24

Browse files
authored
Mention which model was used (#54461)
1 parent 7c082fc commit 14c8f24

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: content/copilot/using-github-copilot/guides-on-using-github-copilot/using-copilot-to-migrate-a-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ template
107107
└── template.php
108108
```
109109

110-
This example gives the prompts you can enter into {% data variables.product.prodname_copilot_chat_short %} to complete the migration, and the responses {% data variables.product.prodname_copilot_short %} returned for one instance of this migration. {% data variables.product.prodname_copilot_chat_short %} responses are non-deterministic, so you will probably get slightly different responses to the ones shown here.
110+
This example gives the prompts you can enter into {% data variables.product.prodname_copilot_chat_short %} to complete the migration, and the responses {% data variables.product.prodname_copilot_short %} returned for one instance of this migration. The default GPT 4o model was used to generate these responses. {% data variables.product.prodname_copilot_chat_short %} responses are non-deterministic, so you will probably get slightly different responses to the ones shown here.
111111

112112
During a migration process you are likely to get errors that you need to fix before moving ahead. {% data variables.product.prodname_copilot_short %} can help you with this. The example includes some errors and shows how you can get {% data variables.product.prodname_copilot_short %} to help you fix them.
113113

Diff for: data/reusables/copilot/copilot-chat-models-list-visual-studio.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{% data variables.product.prodname_copilot_chat_short %} uses the GPT 4o model by default. Depending on the task you are working on, you may want to use a different model, such as the {% data variables.copilot.copilot_claude_sonnet %} model or the o1 model. For a list of all AI models currently available to {% data variables.product.prodname_copilot_chat_short %}, and the advantages and limitations of each model, see [AUTOTITLE](/copilot/using-github-copilot/github-copilot-chat-cheat-sheet?#ai-models-1).
2-
31
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
42

53
* **GPT 4o:** This is the default {% data variables.product.prodname_copilot_chat_short %} model. It is a versatile, multimodal model that excels in both text and image processing and is designed to provide fast, reliable responses. It also has superior performance in non-English languages. Learn more about the [model's capabilities](https://platform.openai.com/docs/models/gpt-4o) and review the [model card](https://openai.com/index/gpt-4o-system-card/). GPT 4o is hosted on Azure.

0 commit comments

Comments
 (0)