haibbo / cf-openai-azure-proxy

A Cloudflare worker script to proxy OpenAI‘s request to Azure OpenAI Service
MIT License
1.66k stars 208 forks source link

gpt3.5部署成功,gpt4就错误 #68

Open zyjia opened 10 months ago

zyjia commented 10 months ago

前端都是使用https://github.com/Yidadaa/ChatGPT-Next-Web不是,3.5的没有问题,gpt4总数返回{ "error": { "code": "404", "message": "Resource not found" } } 也不知道是这个项目还是ChatGPT-Next-Web的问题

bob0627 commented 10 months ago

我没有这个问题,我所有模型都成功。

crypticatul commented 10 months ago

Yes, I am too having this problem in Chatgpt next web

Failed to load resource: the server responded with a status of 404 ()

haibbo commented 10 months ago

Is there a problem with using other tools to call GPT-4? Such as a chatbox Can you provide some screenshots? @crypticatul @zyjia

crypticatul commented 10 months ago

Is there a problem with using other tools to call GPT-4? @crypticatul @zyjia

No, I have just tried on ChatGPT NExt Web. Here is screenshots.

image image
psywxn commented 9 months ago

@zyjia @haibbo Hello! 我在使用zoterogpt时遇到了同样的问题。

我在创建Azure OpenAI服务时,已经不能选择美东地区(这样无法部署GPT4,我查看了Azure的帮助文档,似乎这个地区已经满了)。我实际选择了Canada East,并分别部署了gpt3.5和gpt4两种模型。

1705648172431

此时报错和lz一样,我换成gpt3.5就成功了。我想到会不会和地区有关,于是把代理节点换成了加拿大,之后就成功了。

Hope it helps!

ShinChven commented 9 months ago

可以写个Map来做多节点。根据不同的模型,访问不同的 Azure 节点。

phakcc commented 9 months ago

@zyjia @haibbo Hello! 我在使用zoterogpt时遇到了同样的问题。

我在创建Azure OpenAI服务时,已经不能选择美东地区(这样无法部署GPT4,我查看了Azure的帮助文档,似乎这个地区已经满了)。我实际选择了Canada East,并分别部署了gpt3.5和gpt4两种模型。

1705648172431 此时报错和lz一样,我换成gpt3.5就成功了。我想到会不会和地区有关,于是把代理节点换成了加拿大,之后就成功了。 Hope it helps!

瑞典中部也可以,这个区域还有 Dall E 3