n8n-nodes-github-copilot-chat-models
v0.1.0
Published
n8n community node for GitHub Copilot chat model integration
Maintainers
Readme
n8n-nodes-github-copilot-chat-models
An n8n community node that lets you use GitHub Copilot language models in n8n AI Agent workflows.
Features
- Connect n8n AI Agent nodes to GitHub Copilot models
- Dynamically fetch available models from the Copilot API
- Support for both github.com and GitHub Enterprise
- Configure temperature and max token options
Prerequisites
- An active GitHub Copilot subscription
- n8n instance (self-hosted or cloud)
Installation
Via n8n Community Nodes (recommended)
- In n8n, go to Settings → Community Nodes
- Click Install
- Enter
n8n-nodes-github-copilot-chat-models - Click Install
Manual / Development
Setup
1. Create a Credential
2. Add the Node to a Workflow
- Open an AI Agent node
- Click the Language Model input
- Search for GitHub Copilot Chat Model
- Select your credential
- Choose a model from the Model dropdown (models are loaded dynamically from the API)
- Optionally configure Temperature and Maximum Tokens
Node Configuration
| Option | Description | Default |
|--------|-------------|---------|
| Model | GitHub Copilot model to use (loaded dynamically) | — |
| Temperature | Controls response randomness (0–2) | 0.7 |
| Maximum Tokens | Max tokens to generate. -1 = no limit | -1 |
GitHub Enterprise Support
Set the Enterprise URL field in your credential to your GitHub Enterprise domain (without https://), for example:
company.ghe.comThe node will automatically route requests to https://copilot-api.company.ghe.com.
License
MIT
