From 373bea63b354727a54555052f897ed85875a4fb2 Mon Sep 17 00:00:00 2001 From: mohamed_amine_hamdi Date: Sat, 24 Jan 2026 19:28:45 +0100 Subject: [PATCH] Fix BYOK FAQ: clarify it refers to API keys, not encryption keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f0937b..b53c16d9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Billing for the GitHub Copilot SDK is based on the same model as the Copilot CLI ### Does it support BYOK (Bring Your Own Key)? -Yes, the GitHub Copilot SDK supports BYOK. You can configure the SDK to use your own encryption keys for data security. Refer to the individual SDK documentation for instructions on setting up BYOK. +Yes, the GitHub Copilot SDK supports BYOK (Bring Your Own Key). You can configure the SDK to use your own API keys from supported LLM providers (e.g. OpenAI, Azure, Anthropic) to access models through those providers. Refer to the individual SDK documentation for instructions on setting up BYOK. ### Do I need to install the Copilot CLI separately?