Replies: 2 comments 1 reply
|
libhv/examples/httpd/handler.cpp Line 364 in dd2bb95 |
1 reply
Try to set HttpRequest::http_cb to recv data. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to write a C++ openai API to streaming LLM generated result. Since most GPT like streaming API use SSE protocal. Does libhv support it? And any example?
All reactions