💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
如果需要调用其他函数,或者有函数需要复用: ``` //triggerEvent("方法名",参数) //调用test方法,并且传递参数 function () { this.triggerEvent('test', { id: '123' }) } //在test方法中接收函数 function () { const { id } = arguments[0] } ```