petulat
petulat
### 需要适配的新站 https://chat.openai.com/share/260464de-2c33-4ac9-9d2a-e16e73d80510 ### 有需要请描述这个站的性质 使用简悦Chrome插件,提示 可以访问此网站,但 **正文获取异常**。 改用 **手动框选** 方式生成正文存在的问题: 1、自动索引不准:无法正确识别每轮对话的开启,仅对对话内容中的标题格式敏感; 2、可读性低:列宽过窄。
### Please make sure of the following things - [x] I have read the [documentation](https://alist.nn.ci). 我已经阅读了[文档](https://alist.nn.ci)。 - [x] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。 - [x]...
在Linux服务器上启动了SockerServer.py。用网页访问,报错如下: 报错定位是 `file = self.__receive_file()` 这一句([代码位置](https://github.com/zixiiu/Digital_Life_Server/blob/12884675b1e2d07a2fe3f5ef736c475802d982a6/SocketServer.py#L101)),这个函数里为啥有一句 self.conn.send(b'sb')?) ``` shell (digital_life) petulat@gpu_server:~/code/zdir/Digital_Life_Server$ python SocketServer.py --chatVer 3 --stream False --character paimon --model gpt-3.5-turbo --proxy http://127.0.0.1:9999 --port 38584--APIKey xxx /home/petulat/anaconda3/envs/digital_life/lib/python3.9/site-packages/revChatGPT/__init__.py:27: UserWarning: The current...