GitHub Copilot
with Nectari Models
Point your local GitHub Copilot to Nectari-hosted LLM profiles in seconds — no manual environment setup required.
Available Profiles
Two profiles available.
How It Works
GitHub Copilot supports custom LLM providers through a handful of environment variables. This tool automates that setup.
-
01
WARP Connected
The Nectari LiteLLM gateway (
litellm.nectari.dev) is only reachable through Cloudflare WARP. Make sure your WARP client is active before proceeding. -
02
Download the Bootstrap Script
Click the download button above to get
Start-NectariCopilot.ps1. This is a single PowerShell script — no installer, no registry changes. -
03
Run the Script
The script sets the four Copilot provider variables automatically — the gateway key is bundled in. Just run it and Copilot launches.
-
04
Copilot Launches with the Selected Model
GitHub Copilot connects to the Nectari-hosted model instead of the default OpenAI endpoint. Your editor extension picks this up automatically.
Setup
Get running in under two minutes.
1 Prerequisites
- Cloudflare WARP is installed and connected
- PowerShell 7+ (
pwsh) is installed - GitHub Copilot CLI (
copilot) is installed — setup instructions
2 Download & Run the Bootstrap Script
Place the script anywhere and run it:
pwsh -ExecutionPolicy Bypass -File .\Start-NectariCopilot.ps1
The script handles everything — no key setup required on your end.