💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
### 创建模版 在 /application/example/controller/ViewController.php创建方法: ~~~ /** * 获取视图 * 视图文件位置: /application/example/view/ViewController/fetchExample.html * @return string */ public function fetchExample() { return $this->fetch(); } ~~~ 创建视图文件,即可载入视图 ~~~ /application/example/view/ViewController/fetchExample.html ~~~