EasyAdmin8 已接入 AI 运用到实际项目中
EasyAdmin8在EasyAdmin的基础上,使用ThinkPHP v8.1重构,并且开发了Laravel和webman等框架的版本,是市面上常用PHP框架的快速开发后台管理系统。 在最新版本中,项目已经接入AI功能,并且支持千问、豆包、DeepSeek等市场主流AI接口对接和自定义AI模型的接口对接 对应AI composer包介绍 php-ai Require PHP 8.1+ GuzzleHttp 7.9.0+ Installation composer require wolfcode/php-ai Demo <?php namespace App\Demo; use Wolfcode\Ai\Enum\AiType; use Wolfcode\Ai\Service\AiChatService; class Demo{ public function test() { $single = AiChatService::instance(); $result = $single // 当使用推理模型时,可能存在超时的情况,所...




