Skip to content

wzscq/openaiproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openaiproxy

Here is a "magic trio" making EventSource working through Nginx:

proxy_set_header Connection ''; proxy_http_version 1.1; chunked_transfer_encoding off; Place them into location section and it should work.

You may also need to add

proxy_buffering off; proxy_cache off;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published