Results 11 comments of LaChimere

> r.POST("/auth", api.GetAuth)改为r.GET("/auth", api.GetAuth) 我写成 `r.POST("/auth", api.GetAuth)` 的时候,验证接口的得到了如下结果: ``` {"code":10000001,"details":["AppKey为必填字段","AppSecret为必填字段"],"msg":"passed-in parameter error"} ``` 换成 `r.GET("/auth", api.GetAuth)`,验证时是: ``` 404 page not found ```

三叶可以考虑讲一下 A* 算法、启发式搜索这方面吗?

One suggestion is, besides the global settings, it will be better to support using openAI service in chat settings. I mean, if the global setting sets using OpenAI, users can...

> > One suggestion is, besides the global settings, it will be better to support using openAI service in chat settings. I mean, if the global setting sets using OpenAI,...

> @realDuang 问个小白问题,一直没找到方法。我已经fork了Yidadaa/ChatGPT-Next-Web,但是我再fork realDuang/ChatGPT-Next-Web这个项目的时候提示项目已存在不能在fork了(No more forks can be created. These forks already exist),我不能同时fork这两个项目吗?而且我也改了项目的名称,还是这个提示 You cannot fork an original project twice. But you can still do the following steps on your...

> > > @realDuang 问个小白问题,一直没找到方法。我已经fork了Yidadaa/ChatGPT-Next-Web,但是我再fork realDuang/ChatGPT-Next-Web这个项目的时候提示项目已存在不能在fork了(No more forks can be created. These forks already exist),我不能同时fork这两个项目吗?而且我也改了项目的名称,还是这个提示 > > > > > > You cannot fork an original project twice. But you...

> @realDuang > > First of all, I want to state that this PR is an excellent contribution that meets the needs of many people. > > However, I have...

> > > > 现在官方的 openai-python 口子也支持使用 azure 了,很期待这个 PR。另外从用户的角度来看,这个库主要受众群体是国人还是全世界的人? 如果我没猜错的话,应该期望是受众群体是全世界,但实际上支持这个库的主要是国人,毕竟他们能够直接用openai没必要再套一层皮了。如果是国人的话开通 azure 意图很明显,就是不想走代理,openai-azure-proxy 还要绕一下。 I'm afraid this comment is kinda narrowing the scenario where azure openai apis are used. It's...

> Good idea! Suppose conversation deletion is also needed.

I've got the same feature request.