UNPKG

@zhengxs/erniebot

Version:

非官方 JS-SDK,可以调用文心大模型的能力,包含文本创作、通用对话、语义向量、AI作图等

4 lines (3 loc) 189 B
import { APIBackend } from '../backend'; export type APIType = (string & NonNullable<unknown>) | 'aistudio' | 'qianfan'; export declare function buildBackend(apiType: APIType): APIBackend;