Evans
Evans
> 同样的问题,请问是如何解决的呀
I just find the pre-release version which is also 0.0.9-Alpha... It‘’s a good question !
+1
我的也是,web页面显示“网关错误或超时,请稍后重试!” CURL结果: curl --location ‘http://ip:8888/v1/chat/completions’ –header ‘Content-Type: application/json’ –data ‘{ “model”: “gpt-3.5-turbo”, “messages”: [{“role”: “user”, “content”: “Say this is a test!”}], “stream”: true }’ {“code”:403,“message”:“failed to get chat requirements”,“param”:{},“type”:“InitTurnStile_request_error”}
> 你好,我目前还没有碰到过这个问题,请问你可以提供所使用的是哪个接口吗(官方/某个第三方接口),在其他软件(如ChatBox或NextChat)中调用该接口的`gpt-4o`模型是否正常? Hi,我使用的是自建的第三方接口,在nextchat中可以正常请求到该接口的gpt-4o模型,但是在GPT-Assistant APP中仍然显示该报错。 测试发现只有gpt-3.5可以正常在APP中使用,gpt-4和gpt-4o都会显示前面图片的报错。