Replies: 38 comments 4 replies
-
安装方式: |
Beta Was this translation helpful? Give feedback.
-
我这里运行之后,请求一下,报了这个错误:
|
Beta Was this translation helpful? Give feedback.
-
我的服务器端也是报这个错,不知道如何解决,目前本地也无法运行了,不确定哪里的问题 |
Beta Was this translation helpful? Give feedback.
-
node 用最新的 v18 版本 |
Beta Was this translation helpful? Give feedback.
-
本地v18,发现了一个新的错误; 服务器端升级到18.8,发现有个报错也无法解决 |
Beta Was this translation helpful? Give feedback.
-
直接用docker部署吧 |
Beta Was this translation helpful? Give feedback.
-
有dockerfile吗? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
本地配置.env文件,内容为
OPENAI_API_KEY为账号的api key,HTTPS_PROXY为代理地址,如果不需要可以设置为空HTTPS_PROXY= docker-compose.yml文件
|
Beta Was this translation helpful? Give feedback.
-
curl: (7) Failed connect to localhost:3000; Connection refused |
Beta Was this translation helpful? Give feedback.
-
docker端口怎么配的呢? |
Beta Was this translation helpful? Give feedback.
-
可以了,刚直接run的,没有过docker-compose |
Beta Was this translation helpful? Give feedback.
-
非常感谢!就是直接粘贴到浏览器的别的页面打开是吧,像打开普通网站那样。 不知道为什么显示无法访问。 |
Beta Was this translation helpful? Give feedback.
-
我本地用的 clash 代理,但是填 127.0.0.1:7890 没法正常发送请求,不知道为什么。 |
Beta Was this translation helpful? Give feedback.
-
clash的话看一下你的电脑IP地址。clash for windows里有个allow lan,那旁边点一下就能看到。然后填写http://ip地址:7890 |
Beta Was this translation helpful? Give feedback.
-
真的牛, 所有 疑难杂症的问题, 全部让chatGPT 自己给办法, 解决了, 最终完美了 |
Beta Was this translation helpful? Give feedback.
-
直接用clash的tun模式即可,应该会接管docker的流量 |
Beta Was this translation helpful? Give feedback.
-
配置完,为什么报这个错误呢?有知道怎么解决的么 Cause: |
Beta Was this translation helpful? Give feedback.
-
按照这个方式配置,报错呀。还缺少什么配置啊? Cause: |
Beta Was this translation helpful? Give feedback.
-
需要配置代理,api被墙了 |
Beta Was this translation helpful? Give feedback.
-
我使用docker-compose部署遇到了这样的报错: ERROR: for chatgpt Cannot start service chatgpt: failed to create shim: OCI runtime create failed: invalid mount {Destination:env Type:bind Source:/var/lib/docker/volumes/b719f779d88dedfe60f5a56e07d585719862843c04a6623143cfc506e1841f89/_data Options:[rbind]}: mount destination env not absolute: unknown ERROR: for chatgpt Cannot start service chatgpt: failed to create shim: OCI runtime create failed: invalid mount {Destination:env Type:bind Source:/var/lib/docker/volumes/b719f779d88dedfe60f5a56e07d585719862843c04a6623143cfc506e1841f89/_data Options:[rbind]}: mount destination env not absolute: unknown |
Beta Was this translation helpful? Give feedback.
-
请问我用了代理,发送消息之后一直卡在ai is thinking,没有后续回复怎么回事? 感谢 |
Beta Was this translation helpful? Give feedback.
-
说明你的代理地址设置错了,如果你用的是 clash,上面有个帖子讲解怎么看的。其他的我也不知道怎么弄 |
Beta Was this translation helpful? Give feedback.
-
Added in README. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have deployed the code locally. If I set api key in However, if I build the image with dockerfile, and run a container with given api key as environment variable. It cannot be loaded by the service. I have double-checked that the environment variable is set inside the container. As the .env file is not built by docker, the service doesn't load the local environment variables. Is it a bug or how shall I use a correct way to deploy it through docker? |
Beta Was this translation helpful? Give feedback.
-
如题
Beta Was this translation helpful? Give feedback.
All reactions