lzhgus

Results 9 comments of lzhgus

> > > > 怎么搞定的?我用了这个azure-openai-proxy项目搭了个proxy,用代码调用已经成功了,但是用chatgpt next web会出错 error code 1003,感觉好像stream方式 azure API不支持? 我也发现了同样的问题, 用的是cloudflare worker. 问题好像也是和stream有关, 回复的message会keep loading,然后说 “出错了,稍后重试吧”

> > > > 是的,我是用的这个。 现在我用了railway来部署ChatGPT-Next-Web,同样的proxy docker,同样的环境变量设置就可以用了。 谢谢, 用railway, 我这儿还是有问题。。 { "cause": { "errno": -3008, "code": "ENOTFOUND", "syscall": "getaddrinfo", "hostname": "https" } }

> > > > > > > > > > > > > 是的,我是用的这个。 现在我用了railway来部署ChatGPT-Next-Web,同样的proxy docker,同样的环境变量设置就可以用了。 > > > > > > 谢谢, 用railway, 我这儿还是有问题。。 > > { "cause": {...

我相信playground 应该也用了`ReadableStream` 去处理流式返回和实现打字机效果, 我可以去codebase找找看确认下,不过相较于直接call openai, azure openai service 的 latency 更高, 但是download 时间却大幅变短, 可能因此打字机的效果变得怪异了。 不过确实这也不影响使用 :)

Hi @steve8708 I raised the PR to [remove the restriction that require OPENAI_KEY to start with 'SK'](https://github.com/BuilderIO/ai-shell/pull/60). This is because we cannot determine whether the proxy endpoint is for Azure...

For me, data got saved in Cosmos Db, but Jobs never being executed. I am using MassTransit with ServiceBus. Did anyone encounter the same issue?