import {glm, gpt} from './lib/ai' import chat from './mod/chat' function main(...args) { return chat.fast(args[0]) }