1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Delete data/reusables/copilot/chat-api-endpoints-note.md (#50315)

This commit is contained in:
Ganesh Sittampalam
2024-04-29 15:10:50 +01:00
committed by GitHub
parent 0ceb1294db
commit 8e5f4a5e1f
3 changed files with 0 additions and 9 deletions

View File

@@ -30,8 +30,6 @@ Due to {% data variables.product.prodname_copilot_short %}'s interaction with a
Additional domains and URLs may require allowlisting, depending on your organization's security policies and the editors in use. For more information about specific editors, see "[Further reading](#further-reading)."
{% data reusables.copilot.chat-api-endpoints-note %}
## Further reading
- [Network Connections in {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/docs/setup/network)

View File

@@ -39,8 +39,6 @@ If you receive an error related to "revocation for the certificate," you can try
If you're specifically having difficulty with {% data variables.product.prodname_copilot_chat_short %} in your editor, run the above `curl` commands but use `https://api.githubcopilot.com/_ping` instead of `https://copilot-proxy.githubusercontent.com/_ping`.
{% data reusables.copilot.chat-api-endpoints-note %}
If you're unable to connect and the `curl` requests don't help to identify the error, it may help to collect detailed diagnostic logs in your editor. If you're working with your company's IT department or {% data variables.contact.contact_support_page %}, sharing these diagnostics may help to resolve the error. Enabling debug logging in your editor will help you to share more specific information. For more information, see "[AUTOTITLE](/copilot/troubleshooting-github-copilot/viewing-logs-for-github-copilot-in-your-environment)."
## Troubleshooting proxy errors

View File

@@ -1,5 +0,0 @@
{% note %}
**Note:** On February 1, 2024, the {% data variables.product.prodname_copilot_chat_short %} API endpoints that were routed through `https://copilot-proxy.githubusercontent.com` were deprecated. Instead, these requests go through `https://api.githubcopilot.com/`. Please ensure you are using the most recent version of the {% data variables.product.prodname_copilot_short %} extension and ensure your firewall and network settings allow communication to `https://api.githubcopilot.com`.
{% endnote %}