💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# end 设置http返回的body output:发送的数据 gzip:是否启用压缩 destory:发送完是否自动销毁 ## 函数原型: ```php /** * 发送 * @param string $output * @param bool $gzip * @param bool $destory */ public function end($output = '', $gzip = true, $destory = true) ```