我clone项目后,yarn dev,本地对话报错:ConnectTimeoutError #2288
Unanswered
Friedrich-hue
asked this question in
Q&A
Replies: 1 comment 1 reply
-
应该跟下面这句代码有关: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
通过查看控制台,会话请求的接口是:http://localhost:3000/api/openai/v1/chat/completions,
理论上本地运行也应该请求openai的官方接口吧,为什么会请求本地接口,本地没有开启服务怎么办?
应该改一下哪里的代码吗?
Beta Was this translation helpful? Give feedback.
All reactions