luo
luo
Execute the command and paste the result below. Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole` ```bash luo@rori:~/code/store$ uname -a && php...
azure中的模型名称不是gpt-3.5-turbo,而是gpt-35-turbo,部署的名称因为是自定义的,也无法从模型名称中获取到,会导致一直报错,无法找到模型资源   
### Description: 怀疑是长连接本身是持续任务,所以不会被进程清理导致的  ### Steps To Reproduce: #6853 在研究如果利用supervisor进行平滑重启发现的。
### Description: 在config/autoload/redis.php 中配置 `Redis::OPT_SERIALIZER => Redis::SERIALIZER_JSON`,如下图: ```php