GitHub Copilot
GitHub Copilot Chat i VS Code kan bruge din egen nøgle. Depaza forbinder via Custom Endpoint-providere.
Depaza API-nøgle
Model
Din nøgle bliver i denne browser (local storage) og sendes kun til depaza.eu. Alle config-blokke på siden udfyldes automatisk. Gør det ikke på en delt maskine.
Inline code completions bliver på Copilots egne modeller. Agent mode på en BYOK-model kræver den eksperimentelle chat.agentHost.byokModels.enabled-indstilling.
Configure
- Run Chat: Manage Language Models from the command palette, or click the gear icon in the chat model picker.
- Choose Add Models → Custom Endpoint, and set the API type to Chat Completions.
- Fill in the fields below, then pick the model from the Copilot Chat picker.
Endpoint URL: {{BASE_URL}}
API Key: {{KEY}}
Model ID: {{MODEL}}
What works with BYOK
| Feature | BYOK model |
|---|---|
| Chat | Yes |
| Agent mode | Yes, behind chat.agentHost.byokModels.enabled |
| Commit messages, title generation | Yes |
| Inline code completions | No — stays on Copilot |