vercel 部署的 lobe chat 无法连接 openai

18次阅读

共计 718 个字符,预计需要花费 2 分钟才能阅读完成。

我用的是这个 ohmygpt API,用其他如 anse 可以连上 GPT 没问题的,用 lobe 就不行

但是同一个 API 地址,lobe 可以连上 claude,是什么原因呢?

报错如下:

请求 OpenAI 服务出错,请根据以下信息排查或重试
Show Details
json
{
“error”: {
“headers”: {
“connection”: “keep-alive”,
“content-type”: “text/html”,
“date”: “Fri, 12 Apr 2024 07:12:05 GMT”,
“transfer-encoding”: “chunked”
},
“stack”: “Error: 404 rn404 Not Foundrnrn

404 Not Found

rn


nginx/1.18.0 (Ubuntu)
rnrnrnn at (vc/edge/function:131:5161)n at (vc/edge/function:134:6395)n at (vc/edge/function:134:7339)n at (vc/edge/function:190:60910)n at (vc/edge/function:190:87264)n at (vc/edge/function:122:98440)n at (vc/edge/function:122:95227)n at (vc/edge/function:122:99734)n at (vc/edge/function:123:32506)n at (vc/edge/function:123:3789)”,
“status”: 404
},
“endpoint”: “https://apic.oh****pt.com/“,
“provider”: “openai”
}

正文完
 0