Results 4 issues of 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...

bug

azure中的模型名称不是gpt-3.5-turbo,而是gpt-35-turbo,部署的名称因为是自定义的,也无法从模型名称中获取到,会导致一直报错,无法找到模型资源 ![image](https://github.com/mylxsw/aidea-server/assets/2688923/362a65b9-0245-4966-a8f7-5822c0332616) ![image](https://github.com/mylxsw/aidea-server/assets/2688923/4d9a9397-b8a7-4dfd-944e-ffbd1926ff69) ![image](https://github.com/mylxsw/aidea-server/assets/2688923/6a667d66-aa63-48e8-9da9-3467c1fd1e19)

enhancement

### Description: 怀疑是长连接本身是持续任务,所以不会被进程清理导致的 ![image](https://github.com/hyperf/hyperf/assets/2688923/43caff17-d96b-4127-9c1d-fc4caa60e062) ### Steps To Reproduce: #6853 在研究如果利用supervisor进行平滑重启发现的。

bug

### Description: 在config/autoload/redis.php 中配置 `Redis::OPT_SERIALIZER => Redis::SERIALIZER_JSON`,如下图: ```php

bug