TBXark

Results 108 comments of TBXark

You can create a separate issue and I will specifically adapt the group command for it.

1. First, test the whitelist. 2. Then test the blacklist. 3. The rest can be directly allowed.

You can check the logs in the Cloudflare backend, and it's best to set up `FORWARD_LIST` for easier testing.

Need to add the addresses in `FORWARD_LIST` to the trusted list in Cloudflare.

可以用 /system 命令看实际执行的模型,你可能环境变量配置错了,用的默认模型

你可以先更新一下代码,然后根据这个配置修改 https://github.com/TBXark/ChatGPT-Telegram-Workers/blob/master/doc/cn/CONFIG.md 但是我印象中`1o-mini`是不支持stream,可能会卡很久。而且原来那个API不知道值不支持`1o-mini`,我没有官方API的账号没有办法测试

因为这个模型好像是不支持原生的的complete接口的

这里有Dockerfile https://github.com/TBXark/ChatGPT-Telegram-Workers/tree/dev/adapter/docker

你试一试这个新的本地部署版本,带有docker教程 https://github.com/TBXark/ChatGPT-Telegram-Workers/tree/dev/adapter/local_v2

docker这个好像确实是我少加了esbuild,现在dev分支已经更新了,可以再试一下