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

Add streaming support for Bedrock #1211

Open
2 tasks done
KoStard opened this issue May 1, 2024 · 0 comments
Open
2 tasks done

Add streaming support for Bedrock #1211

KoStard opened this issue May 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KoStard
Copy link

KoStard commented May 1, 2024

Validations

  • I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • I'm not able to find an open issue that requests the same enhancement

Problem

I'm using the Continue.dev extension with Bedrock, and I've noticed that the experience can be slow, especially when generating longer responses from large language models. This is likely because the extension doesn't leverage streaming for Bedrock, which means the entire response has to be generated before it's returned.

Streaming can significantly improve performance and responsiveness by allowing the model to return its output token by token, without waiting for the entire response to be generated. This way, the user can start seeing the output as it's being generated, rather than waiting for the entire response to be completed.

I would like to request the addition of streaming support for Bedrock, especially Anthropic's models. This would greatly enhance the user experience, especially when working with longer prompts or generating more extensive outputs.

Solution

Add streaming support for Bedrock models.

@KoStard KoStard added the enhancement New feature or request label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant