juzeon

Results 21 comments of juzeon

短期内暂时没有更新计划,如果您愿意支持开发,欢迎提交PR!

可以暂时先将机器人的用户名设的复杂一点,使其不易被搜索到。

You can use various apis to update providers yourself. Different providers result in their different rates of mails into mailboxes.

Try add this to global css: ``` .code-editor { letter-spacing: 0 !important; line-height: 0 !important; } ```

``` panic: read config.toml: is a directory ``` 请检查一下是否正确配置了`config.toml`文件,应该和main.go放在相同目录下。

先更新下docker版本? 如果还不行,可以试试改一下Dockerfile,把整个目录挂载进去,而不是只有`config.toml`这一个文件。

尝试参考一下这里是否有解决方案:

``` [GIN] 2023/06/14 - 11:16:01 | 404 | 500ns | 18.136.166.78 | GET "/v1/chat/completions" [GIN] 2023/06/14 - 11:16:03 | 404 | 700ns | 18.136.166.78 | GET "/v1/chat/completions" ``` 看日志请求成GET了。不支持GET,需要使用POST。

F12 Network看看网络请求记录,检查一下是否调用了正确的接口。如有错误,检查一下错误是什么。