Lianhong Xu

Results 8 issues of Lianhong Xu

Spug 版本: ## 问题重现步骤 1.常规发布 2.构建配置 ## 报错/问题截图 默认包含要发布的文件 ## 期望的结果 默认试用排除规则 ![微信截图_20210723110531](https://user-images.githubusercontent.com/2239356/126733462-378c7e19-bef7-4188-bb97-cb86ea4e29ba.png)

使用imagick生成缩略图的方案质量和性能都更好,但是由于imagick扩展的安装难度较大可能会提高软件的门槛,建议先用gd的方案替代,后期再进行优化。

重用图片压缩的代码

[email protected] [email protected] 在执行npm install express的时候提示npm WARN enoent ENOENT... 命令执行完以后当前目录下面没有node_modules目录,express安装失败 在网上搜索之后发现需要执行npm init

1. 参考https://github.com/x-dr/chatgptProxyAPI 通过cloudflare配置一个openai api的proxy 2. 修改config.py里面的API_URL_REDIRECT配置,将reverse-proxy-url换成你在cloudflare里面配置的域名 ``` # 举例: API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://reverse-proxy-url/v1/chat/completions"} API_URL_REDIRECT = {} ``` 这样就可以以最低的成本使用openai api了

documentation

```最重要的是,每对如此巨大的数据量,它们能做到实时处理吗?``` --> ```最重要的是,面对如此巨大的数据量,它们能做到实时处理吗?```

I use gpt-crawler to crawl a 100k pages project, when crawled pages number goes to 4k, the project cost 4GB memory, meets npm memory limitation. And the the project can't...

使用v2ray自带的caddy,开始的时候是生成证书的,后来突然不生成了,想要通过caddy的cloudflare模块自动发证书,发现也不支持? 这里是早期自动生成的证书 ``` ll /root/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/ total 20 drwx------. 2 root root 4096 Mar 17 02:35 mac.domain.host drwx------. 2 root root 4096 Mar 17 02:34 mobile.domain.host drwx------. 2 root root 4096...