-
Notifications
You must be signed in to change notification settings - Fork 68.7k
Add missing env variables and fix BYOK docs #44864
Copy link
Copy link
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamcopilotContent related to GitHub CopilotContent related to GitHub Copilotneeds SMEThis proposal needs review from a subject matter expertThis proposal needs review from a subject matter expert
Description
Activity
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamcopilotContent related to GitHub CopilotContent related to GitHub Copilotneeds SMEThis proposal needs review from a subject matter expertThis proposal needs review from a subject matter expert
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/use-byok-models
What part(s) of the article would you like to see updated?
COPILOT_PROVIDER_BEARER_TOKEN,COPILOT_PROVIDER_WIRE_API,COPILOT_PROVIDER_AZURE_API_VERSION,COPILOT_PROVIDER_MODEL_ID,COPILOT_PROVIDER_WIRE_MODEL,COPILOT_PROVIDER_MAX_PROMPT_TOKENS,COPILOT_PROVIDER_MAX_OUTPUT_TOKENS)COPILOT_PROVIDER_BASE_URL=https://YOUR-RESOURCE-NAME.openai.azure.com/openai/deployments/YOUR-DEPLOYMENT-NAMEshould behttps://YOUR-RESOURCE-NAME.openai.azure.comCOPILOT_PROVIDER_MODEL_IDandCOPILOT_PROVIDER_WIRE_MODELThe env variables are improving the completeness of the docs.
The url fix makes the url simpler and removes the dependency on
YOUR-DEPLOYMENT-NAME.Additional information
No response