You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/ai-models/using-openai-gpt-41-in-github-copilot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ OpenAI has a family of large language models that you can use as an alternative
18
18
* {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode %}
19
19
* Immersive mode in {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.github %}
20
20
21
-
{% data variables.copilot.copilot_gpt_41 %} is hosted by OpenAI and GitHub's Azure tenant when used in {% data variables.product.prodname_copilot %}. OpenAI makes the [following data commitment](https://openai.com/enterprise-privacy/): _We [OpenAI] do not train our models on your business data by default_. GitHub maintains a [zero data retention agreement](https://platform.openai.com/docs/guides/your-data) with OpenAI.
21
+
{% data variables.copilot.copilot_gpt_41 %} is hosted by GitHub's Azure tenant when used in {% data variables.product.prodname_copilot %}.
22
22
23
23
When using {% data variables.copilot.copilot_gpt_41 %}, input prompts and output completions continue to run through {% data variables.product.prodname_copilot %}'s content filters for public code matching, when applied, along with those for harmful, offensive, or off-topic content.
Copy file name to clipboardExpand all lines: data/ui.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ search:
42
42
clear_search_query: Clear
43
43
view_all_search_results: View more results
44
44
no_results_found: No results found
45
+
no_results_found_announcement: 'Search Docs: No results found'
45
46
search_docs_with_query: Search docs for "{{query}}"
46
47
privacy_disclaimer: For product and service improvement purposes, the GitHub Docs team will retain questions and answers generated in the Docs search function. Please see the <a href="https://docs.github.com/privacy"><u>GitHub Privacy Statement</u></a> to review how GitHub collects and uses your data.
Copy file name to clipboardExpand all lines: src/fixtures/fixtures/data/ui.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ search:
42
42
clear_search_query: Clear
43
43
view_all_search_results: View more results
44
44
no_results_found: No results found
45
+
no_results_found_announcement: 'Search Docs: No results found'
45
46
search_docs_with_query: Search docs for "{{query}}"
46
47
privacy_disclaimer: For product and service improvement purposes, the GitHub Docs team will retain questions and answers generated in the Docs search function. Please see the <a href="https://docs.github.com/privacy"><u>GitHub Privacy Statement</u></a> to review how GitHub collects and uses your data.
0 commit comments