GitHub Copilot

VS Code拡張機能を使用して、FastMetalでGitHub Copilotを使用します。サポートされているモデルをIDE内で直接使用できます。

設定

インストール後、拡張機能を設定:

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