GitHub Copilot

Use GitHub Copilot with FastMetal through a VS Code extension that enables you to use any supported model directly in your IDE.

Configuration

After installation, configure the extension:

// VS Code settings.json
{
  "github.copilot.advanced": {
    "debug.overrideProxyUrl": "https://api.fastmetal.ai/v1"
  }
}