Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #44: Streaming Response #49

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

xtzhang1122
Copy link

This PR aims to address Issue #44 , which would allow parts of the response to be received and processed as they are ready.

@swaptr
Copy link
Contributor

swaptr commented Aug 26, 2024

Only /conversation endpoint is supposed to send streamed response. All others should be standard HTTP responses.

@swaptr
Copy link
Contributor

swaptr commented Aug 29, 2024

Please fix the PR using this information.
/conversations: to fetch all user conversations
/conversation/{id}: fetch single user conversation history
/conversation: the streaming conversation endpoint for the system

Signed-off-by: xtzhang1122 <[email protected]>
Signed-off-by: xtzhang1122 <[email protected]>
Signed-off-by: xtzhang1122 <[email protected]>
Signed-off-by: xtzhang1122 <[email protected]>
Signed-off-by: xtzhang1122 <[email protected]>
Signed-off-by: xtzhang1122 <[email protected]>
Signed-off-by: xtzhang1122 <[email protected]>
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