Add streaming support - #366
Merged
Merged
Conversation
8 tasks
julien-nc
force-pushed
the
enh/noid/streaming
branch
from
May 18, 2026 11:23
6ef833d to
1390e9c
Compare
julien-nc
force-pushed
the
enh/noid/streaming
branch
3 times, most recently
from
May 21, 2026 12:34
ec0ade4 to
2b7aa83
Compare
julien-nc
force-pushed
the
enh/noid/streaming
branch
2 times, most recently
from
June 2, 2026 12:19
3bf71aa to
bf6829a
Compare
julien-nc
force-pushed
the
enh/noid/streaming
branch
4 times, most recently
from
June 9, 2026 13:48
eddfb58 to
e97187f
Compare
julien-nc
marked this pull request as ready for review
June 10, 2026 12:56
Member
|
Can you test this with IONOS AI Hub? It doesn't seem to work for me |
Member
Author
I tried with IONOS+openai/gpt-oss-120b and streaming worked (no tool calls, just simple text2textChat). |
Member
|
I tried with tool calls I think (You can test using my context agent PR) |
Member
Author
|
It works for me with:
|
Member
|
We found out that IONOS has trouble streaming tool calls from Mistrall-Small-24B-Instruct |
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
reduce the streaming chunk size to reduce time to first token yield the reasoning content in case we need it later Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
julien-nc
force-pushed
the
enh/noid/streaming
branch
from
June 12, 2026 08:55
f05a2b1 to
f4ea330
Compare
marcelklehr
approved these changes
Jun 12, 2026
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
julien-nc
force-pushed
the
enh/noid/streaming
branch
from
June 12, 2026 09:06
f4ea330 to
67b4ff4
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This depends on nextcloud/server#60167 and other adjustments in the Task Processing API that are coming soon.