/** * GitHub Copilot * * - 官网:https://github.com/features/copilot * - 通过 GitHub OAuth 获取 token 后走 Copilot API,inkos 用它作为 LLM 入口需要用户已有 Copilot 订阅。 * - 接入细节:https://docs.github.com/en/copilot */ import type { InkosEndpoint } from "../types.js"; export declare const GITHUB_COPILOT: InkosEndpoint; //# sourceMappingURL=githubCopilot.d.ts.map