chatgpt-web icon indicating copy to clipboard operation
chatgpt-web copied to clipboard

Invalid URL (POST /chat/completions): 本地测试key没问题,上服务器返回

Open Siri-Li opened this issue 2 years ago • 2 comments

Invalid URL (POST /chat/completions): 本地测试key没问题,上服务器返回,这个可能是什么问题导致的呢 ChatGPT error 404: { "error": { "message": "Invalid URL (POST /chat/completions)", "type": "invalid_request_error", "param": null, "code": null } }

Siri-Li avatar Mar 21 '23 07:03 Siri-Li

检查一下服务器上node_modules/chatgpt/package.json的安装包的版本 如果是"5.1.2",需要在baseUrl后面加个 /v1

Chef5 avatar Mar 21 '23 09:03 Chef5

#744

Chef5 avatar Mar 21 '23 09:03 Chef5

主分支已经处理了这个问题

Chanzhaoyu avatar Mar 22 '23 14:03 Chanzhaoyu