JamesFlare1212

Results 5 comments of JamesFlare1212

I built the docker image from [your fork](https://github.com/Otard95/github-readme-stats). After a few hour's debug. I believe your [Dockerfile](https://github.com/Otard95/github-readme-stats/blob/master/express/Dockerfile) made a mistake about copying file. The relative paths to index.js and other...

我在 https://github.com/jtsang4/claude-to-chatgpt/pull/10 中提到和修正了 Docker 版的这个问题。本质是 Workers 免费版给了每个子请求 10ms 的 CPU 时间,而长回答自然等不及。一种思路是分块,但是显然 Claude 行不通,那只能充钱升级 50ms 了,但最好的情况也就多 5 倍,有要求还是使用 Docker 版本吧,如果小范围测试可以用我这个。 `https://claude-to-chatgpt.jamesflare.com`。不过即便是这样,单次回答官方限制了差不多 7.5k-10k Token 的一个长度。

https://github.com/acheong08/ChatGPT/commit/64f5f3db66cd3e6cb773379f900801a4ad8bc8ad

Indeed, the Grok repository has been in existence for many years, originating from the OpenAI paper "Grokking: Generalization Beyond Overfitting on Small Algorithmic Datasets" in 2022. Although it's not the...

我觉得是你https的问题,Logto官方说,绝大部分操作都必须在https下,确保安全才能正常请求。还不光是反向代理https,还得传递`X-Forwarded-Proto`标头到后端。可以看看我踩坑的这篇文章:[使用 Docker Compose 部署 LobeChat 服务端数据库版本](https://www.jamesflare.com/zh-cn/install-lobechat-db/) 这是我里面参考Logto报错的讨论:https://github.com/logto-io/logto/issues/4279