nqf

Results 71 comments of nqf

> > > > https://github.com/fantasy-peak/cpp-freegpt-webui.git > > > > > > > > > Она по-прежнему выдает больше ошибок... > > > > > > Вы пробовали этот проект? Я...

> > 成功搭建好 > > 请问大佬是怎么搭建的,能返回中文 同问,我的总是返回英文

There is also one here https://github.com/fantasy-peak/cpp-freegpt-webui

https://github.com/an-tao/trantor/commit/31cb406fd96ba35dfa74da2e08f3454ff7d4269e this ?

hi, Is there any progress?

> 作为服务端时候,http 方法被配置在配置文件中, 需要一个转换函数将 str 转换成 HttpMethod, 打印配置时候需要将HttpMethod 转换成str ``` app().registerHandler( "/hello_user", [](const HttpRequestPtr &req, std::function &&callback) { callback(resp); }, {to_http_method("GET")}); ```

How to call `set_write_through` in asio-grpc ?

现在这个库不怎么维护了是大问题,都不敢用了

你用什么库发送http 请求啊? 如果是beast 我觉得你可以直接使用异步接口, 这里的issue 应该不会有回复的...

> > 你用什么库发送http 请求啊? 如果是beast 我觉得你可以直接使用异步接口, 这里的issue 应该不会有回复的... > > @nqf > > 用的libcurl,就是想异步调用,对性能延迟比较敏感,我看看beast libcurl 异步确实不太好用, 你也可以看看drogon, 这个库比较容易用