Vincent.Shi
Vincent.Shi
征集一些基于 Docker / Docker Compose / Kubernetes 部署的一些场景. 目前我能想到的就是集成 chatgpt next web. 目前看起来用的最多的也是这个. 当前 commit 简单实现了基于本机的部署方式.
目前维护了基于 Github Pages 的当前项目的 Chart Repo, 包含两个 Chart. - [chatgpt-next-web](https://artifacthub.io/packages/helm/chatgpt-next-web/chatgpt-next-web) chatgpt next web 的 Chart, 用做当前项目的依赖项目, 实现一键打包部署. 其实这个应该是上游服务, 应该 ChatGpt Next Web 引入当前项目. 但是反向做也不是不可以. - [copilot-gpt4-service](https://artifacthub.io/packages/helm/copilot-gpt4-service/copilot-gpt4-service) copilot-gpt4-service 的 Chart, 源码同当前提交,...
存在如下时序数据: ts | value -- | -- now()-10s | 1 now()-9s | 1 now()-8s | 1 now()-7s | 1 now()-6s | 1 now()-5s | 2 now()-4s | 2 now()-3s |...