Skip to content

Commit 08f5a4c

Browse files
authored
Merge pull request github#36559 from github/repo-sync
Repo sync
2 parents a7fd284 + 783d689 commit 08f5a4c

File tree

8 files changed

+35
-35
lines changed

8 files changed

+35
-35
lines changed

content/copilot/managing-copilot/managing-copilot-for-your-enterprise/managing-policies-and-features-for-copilot-in-your-enterprise.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,17 @@ Some features of {% data variables.product.prodname_copilot_short %} are availab
7878
### {% data variables.product.prodname_copilot_short %} access to alternative AI models
7979

8080
> [!NOTE] The following models are currently in {% data variables.release-phases.public_preview %} as AI models for {% data variables.product.prodname_copilot %}, and are subject to change. The [AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-pre-release-license-terms) apply to your use of these products.
81+
>
82+
> Support for GPT-4.5 is only available on {% data variables.product.prodname_copilot_enterprise_short %}.
8183
8284
By default, {% data variables.product.prodname_copilot_chat_short %} uses the GPT-4o model. If you grant access to the alternative models, members of your enterprise can choose to use these models rather than the default GPT-4o model. The available alternative models are:
8385

8486
* **{% data variables.copilot.copilot_claude_sonnet %}**. See [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
8587
* **{% data variables.copilot.copilot_gemini_flash %}**. See [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
86-
* **OpenAI's o1 and o3 models**
88+
* **OpenAI's models:**
8789
* **o1**: This model is focused on advanced reasoning and solving complex problems, in particular in math and science. It responds more slowly than the GPT-4o model. Each member of your enterprise can make 10 requests to this model per day.
88-
* **o3-mini**: This is the next generation of reasoning models, following from o1 and o1-mini. The o3-mini model outperforms o1 on coding benchmarks with response times that are comparable to o1-mini, providing improved quality at nearly the same latency. It is best suited for code generation and small context operations. Each member of your enterprise can make 50 requests to this model every 12 hours.
90+
* **o3-mini**: This is the next generation of reasoning models, following from o1 and o1-mini. The o3-mini model outperforms o1 on coding benchmarks with response times that are comparable to o1-mini, providing improved quality at nearly the same latency. It is best suited for code generation and small context operations. Each member of your enterprise can make 50 requests to this model every 12 hours. {% ifversion copilot-enterprise %}
91+
* **GPT-4.5**: This model is designed with advanced capabilities in intuition, writing style, and broad knowledge. It performs effectively with creative prompts and provides reliable responses to obscure knowledge queries. Each member of your enterprise can make 10 requests to this model every 12 hours. {% endif %}
8992

9093
### {% data variables.product.prodname_copilot_short %} Metrics API access
9194

content/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization.md

+5-15
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ Billing for {% data variables.product.prodname_copilot %} starts when you grant
2828
{% data reusables.profile.org_settings %}
2929
{% data reusables.copilot.access-settings %}
3030
1. If the **Allow this organization to assign seats** button is displayed, click this button.
31-
1. If you see the message "Configure code policies to start adding seats":
32-
1. Click **Go to policies**.
33-
1. Set any policies that are currently set to "Unconfigured".
34-
1. In the left sidebar, click **Access**.
35-
1. Under {% ifversion ghec %}"{% data variables.product.prodname_copilot_enterprise_short %} is active in your organization" or {% endif %}"{% data variables.product.prodname_copilot_business_short %} is active in your organization," to enable {% data variables.product.prodname_copilot %} for all current and future users in your organization, select **Enabled For: All members of the organization**.
36-
1. In the "Confirm seats purchase" dialog, to confirm that you want to enable {% data variables.product.prodname_copilot %} for all current and future users in your organization, click **Purchase seats**.
31+
1. Click **Start adding seats**.
32+
1. To enable {% data variables.product.prodname_copilot %} for all current and future users in your organization, select **Purchase for all members**.
33+
1. In the "Confirm seats purchase for all members" dialog, to confirm that you want to enable {% data variables.product.prodname_copilot %} for all current and future users in your organization, click **Purchase seats**.
3734

3835
## Granting access to {% data variables.product.prodname_copilot %} for specific users in your organization
3936

@@ -47,15 +44,8 @@ Billing for {% data variables.product.prodname_copilot %} starts when you grant
4744
{% data reusables.profile.org_settings %}
4845
{% data reusables.copilot.access-settings %}
4946
1. If the **Allow this organization to assign seats** button is displayed, click this button.
50-
1. If you see the message "Configure code policies to start adding seats":
51-
1. Click **Go to policies**.
52-
1. Set any policies that are currently set to "Unconfigured".
53-
1. In the left sidebar, click **Access**.
54-
1. Under {% ifversion ghec %}"{% data variables.product.prodname_copilot_enterprise_short %} is active in your organization" or {% endif %}"{% data variables.product.prodname_copilot_business_short %} is active in your organization," to enable {% data variables.product.prodname_copilot %} for selected teams or users in your organization, select **Enabled For: Selected members**.
55-
1. If you are updating user access from the **Enabled For: All members of the organization** setting, in the "Confirm policy update" dialog, select how you want to start assigning access.
56-
* To unassign all members and then select those who should have access, select **Start from scratch**.
57-
* To keep all members who currently have access and then select those who should not have access, select **Renew seats**.
58-
1. Click **Assign {% data variables.product.prodname_copilot_short %} seats**.
47+
1. Click **Start adding seats**.
48+
1. To enable {% data variables.product.prodname_copilot %} for selected teams or users in your organization, select **Purchase for selected members**.
5949
1. In the "Enable Copilot access for users and teams" dialog, click one of the two tabs.
6050

6151
![Screenshot of the "enable access for selected members" dialog.](/assets/images/help/copilot/enable-access-for-selected-members.png)

content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md

+15-10
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ Changing the model that's used by {% data variables.product.prodname_copilot_cha
1919
{% webui %}
2020

2121
> [!NOTE]
22-
> * Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change.
22+
> * Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change. {% ifversion copilot-enterprise %}
23+
> * Support for GPT-4.5 is only available on {% data variables.product.prodname_copilot_enterprise_short %}. {% endif %}
2324
> * You can only use an alternative AI model in the immersive view of {% data variables.product.prodname_copilot_chat_short %}. This is the full-page version of {% data variables.product.prodname_copilot_chat_short %} that's displayed at [https://github.com/copilot](https://github.com/copilot). The {% data variables.product.prodname_copilot_chat_short %} panel always uses the default model.
2425
2526
## AI models for {% data variables.product.prodname_copilot_chat_short %}
2627

2728
The following models are currently available in the immersive mode of {% data variables.product.prodname_copilot_chat_short %}:
2829

29-
* {% data reusables.copilot.model-description-gpt-4o %}
30+
* {% data reusables.copilot.model-description-gpt-4o %} {% ifversion copilot-enterprise %}
31+
* {% data reusables.copilot.model-description-gpt-4-5 %} {% endif %}
3032
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
3133
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
3234
* {% data reusables.copilot.model-description-gemini-flash %}
@@ -35,7 +37,7 @@ The following models are currently available in the immersive mode of {% data va
3537

3638
For more information about these models, see:
3739

38-
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
40+
* **OpenAI's GPT-4o,{% ifversion copilot-enterprise %} GPT-4.5,{% endif %} o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models) in the OpenAI Platform documentation.
3941
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
4042
* **Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
4143

@@ -48,7 +50,7 @@ For more information about these models, see:
4850

4951
These instructions are for {% data variables.product.prodname_copilot_short %} on the {% data variables.product.github %} website. For {% data variables.product.prodname_vs %} or {% data variables.product.prodname_vscode_shortname %}, click the appropriate tab at the top of this page.
5052

51-
{% data reusables.copilot.model-picker-enable-o1-models %}
53+
{% data reusables.copilot.model-picker-enable-alternative-models %}
5254

5355
> [!NOTE] If you use {% data variables.product.prodname_copilot_extensions_short %}, they may override the model you select.
5456
@@ -62,13 +64,16 @@ These instructions are for {% data variables.product.prodname_copilot_short %} o
6264

6365
{% vscode %}
6466

65-
> [!NOTE] Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change.
67+
> [!NOTE]
68+
> * Multiple model support in {% data variables.product.prodname_copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change. {% ifversion copilot-enterprise %}
69+
> * Support for GPT-4.5 is only available on {% data variables.product.prodname_copilot_enterprise_short %}. {% endif %}
6670
6771
## AI models for {% data variables.product.prodname_copilot_chat_short %}
6872

6973
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
7074

71-
* {% data reusables.copilot.model-description-gpt-4o %}
75+
* {% data reusables.copilot.model-description-gpt-4o %} {% ifversion copilot-enterprise %}
76+
* {% data reusables.copilot.model-description-gpt-4-5 %} {% endif %}
7277
* {% data reusables.copilot.model-description-claude-sonnet-37 %}
7378
* {% data reusables.copilot.model-description-claude-sonnet-35 %}
7479
* {% data reusables.copilot.model-description-gemini-flash %}
@@ -77,15 +82,15 @@ The following models are currently available through multi-model {% data variabl
7782

7883
For more information about these models, see:
7984

80-
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
85+
* **OpenAI's GPT-4o,{% ifversion copilot-enterprise %} GPT-4.5,{% endif %} o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models) in the OpenAI Platform documentation.
8186
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
8287
* **Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot).
8388

8489
## Changing your AI model
8590

8691
These instructions are for {% data variables.product.prodname_vscode_shortname %}. For {% data variables.product.prodname_vs %} or for {% data variables.product.prodname_copilot_short %} on the {% data variables.product.github %} website, click the appropriate tab at the top of this page.
8792

88-
{% data reusables.copilot.model-picker-enable-o1-models %}
93+
{% data reusables.copilot.model-picker-enable-alternative-models %}
8994

9095
{% data reusables.copilot.chat-model-limitations-ide %}
9196

@@ -110,7 +115,7 @@ The following models are currently available through multi-model {% data variabl
110115

111116
For more information about these models, see:
112117

113-
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models/models) in the OpenAI Platform documentation.
118+
* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models) in the OpenAI Platform documentation.
114119
* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot).
115120

116121
## Changing the AI model for {% data variables.product.prodname_copilot_chat_short %}
@@ -119,7 +124,7 @@ These instructions are for {% data variables.product.prodname_vs %}. For {% data
119124

120125
To use multi-model {% data variables.product.prodname_copilot_chat_short %}, you must use {% data variables.product.prodname_vs %} 2022 version 17.12 or later. See the [{% data variables.product.prodname_vs %} downloads page](https://visualstudio.microsoft.com/downloads/).
121126

122-
{% data reusables.copilot.model-picker-enable-o1-models %}
127+
{% data reusables.copilot.model-picker-enable-alternative-models %}
123128

124129
{% data reusables.copilot.chat-model-limitations-ide %}
125130

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**GPT-4.5:** This model is designed with advanced capabilities in intuition, writing style, and broad knowledge. It performs effectively with creative prompts and provides reliable responses to obscure knowledge queries. Learn more about the [model's capabilities](https://platform.openai.com/docs/models#gpt-4-5) and review the [model card](https://openai.com/index/gpt-4--system-card/). GPT-4.5 is hosted on Azure.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**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.
1+
**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.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**o1:** This model is focused on advanced reasoning and solving complex problems, in particular in math and science. It responds more slowly than the GPT-4o model. You can make 10 requests to this model per day. Learn more about the [model's capabilities](https://platform.openai.com/docs/models/o1) and review the [model card](https://openai.com/index/openai-o1-system-card/). o1 is hosted on Azure.
1+
**o1:** This model is focused on advanced reasoning and solving complex problems, in particular in math and science. It responds more slowly than the GPT-4o model. You can make 10 requests to this model per day. Learn more about the [model's capabilities](https://platform.openai.com/docs/models#o1) and review the [model card](https://openai.com/index/openai-o1-system-card/). o1 is hosted on Azure.

src/frame/pages/app.tsx

+7-6
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ const MyApp = ({ Component, pageProps, languagesContext }: MyAppProps) => {
2525

2626
useEffect(() => {
2727
initializeEvents()
28-
initializeExperiments(
29-
router.locale as string,
30-
pageProps.mainContext.currentVersion,
31-
pageProps.mainContext.allVersions,
32-
)
28+
if (pageProps.mainContext) {
29+
initializeExperiments(
30+
router.locale as string,
31+
pageProps.mainContext.currentVersion,
32+
pageProps.mainContext.allVersions,
33+
)
34+
}
3335
}, [])
3436

3537
useEffect(() => {
@@ -138,7 +140,6 @@ MyApp.getInitialProps = async (appContext: AppContext) => {
138140
}
139141
}
140142
}
141-
142143
return {
143144
...appProps,
144145
languagesContext,

0 commit comments

Comments
 (0)