Jun Ouyang

Results 85 comments of Jun Ouyang

First, Openresty is a bundle of Nginx distribution, So I do not recommend building Nginx with `lua-nginx-module` to use the lua module, it can not guarantee all the functions of...

Thanks for your reporting the issues. @crondab > Is it OpenAI API or is it not? We can say yes, the `llm/v1/completions` and `llm/v1/chat` route types are only valid for...

fixed in https://github.com/openresty/openresty/pull/1063, let's wait for openresty next patch release.

FYI, we have the cosocket impl PR in the `init_worker` phase before https://github.com/openresty/lua-nginx-module/pull/1825

This is because nginx will default to adding the `Connection` header https://github.com/nginx/nginx/blob/ecb809305e54ed15be9f620d56b19ff4e4be7db5/src/http/ngx_http_header_filter_module.c#L559 when sending headers, but openresty continues to add another `Connection` header in header output logic, So we do...