Skip to content

fix: Realtime chat answers#4861

Merged
paultranvan merged 1 commit into
masterfrom
fix/realtime-ai
Jul 22, 2026
Merged

fix: Realtime chat answers#4861
paultranvan merged 1 commit into
masterfrom
fix/realtime-ai

Conversation

@paultranvan

Copy link
Copy Markdown
Contributor

This fixes 2 issues:

  • Sometimes, LLM answer was truncated becaues of asynchronous responses, where "done" answer could arrive before the rest of "delta" answers.
  • HTTP2 must be forced so the text arrives in realtime for the user. Otherwise, text appears in big chunks rather than token by token.

This fixes 2 issues:
- Sometimes, LLM answer was truncated becaues of asynchronous responses,
  where "done" answer could arrive before the rest of "delta" answers.
- HTTP2 must be forced so the text arrives in realtime for the user.
  Otherwise, text appears in big chunks rather than token by token.
@paultranvan
paultranvan merged commit c20eaf5 into master Jul 22, 2026
4 checks passed
@paultranvan
paultranvan deleted the fix/realtime-ai branch July 22, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants