Update README.md

This commit is contained in:
ikechan8370 2023-01-02 17:30:39 +08:00 committed by GitHub
parent 8147b28623
commit 51c87b01bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,17 @@ openai目前开放chatgpt模型的免费试用在此期间本项目应该都
如果在linux系统上发现emoj无法正常显示可以搜索安装支持emoj的字体如Ubuntu可以使用`sudo apt install fonts-noto-color-emoji`
使用服务器没有界面的可以尝试安装Xserver和桌面本人使用轻量级的xvfb+fluxbox
```
$ sudo apt-get install x11vnc xvfb fluxbox
$ x11vnc -create -env FD_PROG=/usr/bin/fluxbox \
-env X11VNC_FINDDISPLAY_ALWAYS_FAILS=1 \
-env X11VNC_CREATE_GEOM=${1:-1024x768x16} \
-gone 'killall Xvfb' \
-bg -nopw
```
然后远程连接其vnc默认5900运行Yunzai即可调用非无头浏览器除了chrome之外还推荐brave浏览器据说出验证码概率低。
## 感谢
* https://github.com/transitive-bullshit/chatgpt-api
* https://chat.openai.com/