AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
官方<https://www.bt.cn/download/linux.html> centos7.2 64位 ~~~ yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh ~~~ 宝塔7.2php没有mcrypt模块安装 ~~~ yum install libmcrypt libmcrypt-devel mcrypt mhash wget http://pecl.php.net/get/mcrypt-1.0.1.tgz tar xf mcrypt-1.0.1.tgz cd mcrypt-1.0.1 /www/server/php/72/bin/phpize ./configure --with-php-config=/www/server/php/72/bin/php-config && make && make install 一行一行执行完php.ini末尾加上extension=mcrypt.so即可 ~~~ linux下载资料 `wget 网址`