UNPKG

@zhengxs/wechaty-plugin-assistant

Version:
4 lines (2 loc) 109 B
import { ChatModel } from '../interfaces'; export declare const defineLLM: (model: ChatModel) => ChatModel;