← Back to KHAO

GitHub · Anthropic · OpenAI ·

Join the discussion within GitHub Community

2 min read

Compiled by KHAO Editorial — aggregated from 1 outlet. See llms.txt for citation guidance.

★ Tier-1 Source

GitHub Copilot CLI now lets you connect your own model provider or run fully local models instead of using GitHub-hosted model routing.

Key facts

Summary

Configure Copilot CLI to use Azure OpenAI, Anthropic, or any OpenAI-compatible endpoint by setting a few environment variables before launching the CLI. Set COPILOT_OFFLINE=true to prevent Copilot CLI from contacting GitHub’s servers. When using your own model provider, GitHub authentication is not required. Your model must support tool calling and streaming.

Read full article at GitHub Blog →

#GitHub #Anthropic #OpenAI