/** * 百度文心 (ERNIE) * * - 官网:https://cloud.baidu.com/product/wenxinworkshop * - 控制台 / API key:https://console.bce.baidu.com/qianfan/ais/console/applicationConsole/application/v2 * - API 文档:https://cloud.baidu.com/doc/WENXINWORKSHOP/index.html */ import type { InkosEndpoint } from "../types.js"; export declare const WENXIN: InkosEndpoint; //# sourceMappingURL=wenxin.d.ts.map