GitHub Copilot
Use GitHub Copilot with FastMetal through a VS Code extension that enables you to use any supported model directly in your IDE.
Note: This integration requires a compatible VS Code extension. Check the documentation for the latest setup instructions.
Configuration
After installation, configure the extension:
// VS Code settings.json
{
"github.copilot.advanced": {
"debug.overrideProxyUrl": "https://api.fastmetal.ai/v1"
}
}