Validations
Problem
https://discord.com/channels/1108621136150929458/1357372774791905513
Hi,
I am using Continue.dev with VCCode. I am facing stream buffering issue on my server. I have my own custom Proxy API which does RAG and usees Anthropic 3.5 Haiku model for code generation.
I've noticed that my Proxy service does some delay when doing stream buffering. Like most of the events arrive late, very close to each other.
I've investigated it at it seems the issue is when I call this API with HTTP/1 .1 protocol.. When I change to HTTP/2 it works well and smooth.
QUESTION:
Is it possible to make Continue.dev plugin use HTTP/2 instead of HTTP/1.1?
Is there any configuration for this?
If not then are you able to suggest some workaround for this? 👀
Solution
No response
Validations
Problem
https://discord.com/channels/1108621136150929458/1357372774791905513
Hi,
I am using Continue.dev with VCCode. I am facing stream buffering issue on my server. I have my own custom Proxy API which does RAG and usees Anthropic 3.5 Haiku model for code generation.
I've noticed that my Proxy service does some delay when doing stream buffering. Like most of the events arrive late, very close to each other.
I've investigated it at it seems the issue is when I call this API with HTTP/1 .1 protocol.. When I change to HTTP/2 it works well and smooth.
QUESTION:
Is it possible to make Continue.dev plugin use HTTP/2 instead of HTTP/1.1?
Is there any configuration for this?
If not then are you able to suggest some workaround for this? 👀
Solution
No response