/** * 书生浦语 (InternLM) * * - 官网:https://internlm.intern-ai.org.cn/ * - 控制台 / API key:https://internlm.intern-ai.org.cn/api/document * - 开源仓库:https://github.com/InternLM/InternLM */ import type { InkosEndpoint } from "../types.js"; export declare const INTERNLM: InkosEndpoint; //# sourceMappingURL=internlm.d.ts.map