ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
目前云存储仅支持shop 存储目前支持 百度云BOS 、 阿里云OSS 配置在 shop/configs/bos.ini.php 代码如下 ``` $bos_config = [ 'open'=>'ali',//ali阿里云 bos 百度云 'bos'=>[ 'accessKeyId'=>'', 'secretAccessKey'=>'', 'endpoint'=> '', 'bucketName'=> '', ], 'ali'=>[ 'accessKeyId'=>'', 'secretAccessKey'=>'', 'endpoint'=> 'oss-cn-beijing.aliyuncs.com', 'bucketName'=> 'yflocal001', ], ]; return $bos_config; ```