import { QfLLMInfoMap } from '../interface'; /** * 对话请求公共服务模型列表 */ export type EmbeddingModel = 'Embedding-V1' | 'bge-large-en' | 'bge-large-zh' | 'tao-8k'; export declare const modelInfoMap: QfLLMInfoMap;