doherty88

Results 7 comments of doherty88

> 怎么搞定的?我用了这个azure-openai-proxy项目搭了个proxy,用代码调用已经成功了,但是用chatgpt next web会出错 error code 1003,感觉好像stream方式 azure API不支持?

> 是的,我是用的这个。 现在我用了railway来部署ChatGPT-Next-Web,同样的proxy docker,同样的环境变量设置就可以用了。

> PROTOCOL 这个环境变量设了吗?我的azure代理是http模式,所以我这这个环境变量设成 “http”

vercel会默认生成一个domain,根据fork记录可以很容易的拼出来。 推荐deploy到railway,可以只用custom domain,这样的话你cf前面加个zero trust就可以防止别有用心的人了。

我提醒一下,按照 @darth-pika-hu 提到的环境变量设置就可以build成功,另外要注意几点 1. 就像 @darth-pika-hu 说的那样,要设置一下兼容性标志,具体在workers and pages -> 点击pages程序名字->设置->函数->兼容性标志 ,加上nodejs_compat 2. 另外就是build好的应用在提问的时候会出现这个错 : Error: The 'cache' field on 'RequestInitializerDict' is not implemented. 需要修改一下 /app/api/common.ts 第42行左右,去掉 cache: "no-store",

> ntime, a workaround is to replace the -10 Thanks @sgugger for the information, however, I am new to NLP. could you please tell me where should I change to...

我也遇到这样的问题,用的是azure平台的gtp-4-turbo,文本问题回答ok的,只要上传图片的回答,答案会被截断