Skip to content

Commit 7333b5e

Browse files
authored
Merge pull request #36378 from github/repo-sync
Repo sync
2 parents 5c2caf1 + 14c8f24 commit 7333b5e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ coverage/
1717
.node-version
1818
.linkinator/full.log
1919
next-env.d.ts
20+
nohup.out
2021

2122
# blc: broken link checker
2223
blc_output.log
@@ -56,4 +57,4 @@ assets/images/help/writing/unordered-list-rendered (1).png
5657
docs-internal-data/
5758

5859
# For intermediate data (like scraping for Elasticsearch indexing)
59-
tmp/
60+
tmp/

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

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 0 additions & 2 deletions
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)