-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
assistant: Add Bedrock support #21092
assistant: Add Bedrock support #21092
Conversation
This still needs to be updated to the new method of managing models, going to spend the next couple of weeks migrating to it. |
Zed maintainers, would appreciate some guidance on how the ZedPro things are setup and if it makes sense to pass the Bedrock models into it. On a cursory reading of the feature, i don't believe it does -- however, i am open to working with the bedrock service team to make it a reality. |
I don't think you need to pass through the bedrock models through the collab service, as Zed would need to run their own bedrock setup. I'd just do the API key / AWS credentials route. |
Unfortunately, our CLA bot is broken, so I have to substitute for it for a while:
|
Will get it done post a legal review of the docs (just want to make sure AWS doesn't have an issue with it) |
@cla-bot check |
Some conversations with the AWS SDK team later, the best recommendation from them is to SigV4 the requests manually and then just interact with the raw API, will pivot to that in the coming weeks. |
cd86db4
to
61c31d8
Compare
We require contributors to sign our Contributor License Agreement, and we don't have @deepsource-io[bot] on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
@cla-bot check |
We require contributors to sign our Contributor License Agreement, and we don't have @deepsource-io[bot] on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
The cla-bot has been summoned, and re-checked this pull request! |
We require contributors to sign our Contributor License Agreement, and we don't have @deepsource-io[bot] on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
We require contributors to sign our Contributor License Agreement, and we don't have @deepsource-io[bot] on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
@SomeoneToIgnore Please call off the cla-bot 😂 |
I'm afraid I was only able to act like one when it was down. |
We require contributors to sign our Contributor License Agreement, and we don't have @deepsource-io[bot] on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
…rock errors, while also letting us include it
# Conflicts: # crates/language_model/src/request.rs # crates/language_models/src/language_models.rs
Co-authored-by: Anthony <[email protected]>
Co-authored-by: Anthony <[email protected]>
Co-authored-by: Anthony Eid <[email protected]>
Co-authored-by: Anthony Eid <[email protected]>
Co-authored-by: Anthony Eid <[email protected]>
Co-authored-by: Anthony Eid <[email protected]>
Co-authored-by: Anthony Eid <[email protected]>
The feature feels stable, I've been using it for weeks -- and I've got 3-4 internal AWS folks testing the macos build for a similar duration Once y'all think the feature + code is good to go, feel free to send it 🫡 |
Thank you for all the work on this! I'm looking to get it merged now. Hoping to have it done in the next day or two. |
This PR adds new `aws_http_client` and `bedrock` crates for supporting AWS Bedrock. Pulling out of #21092 to make it easier to land. Release Notes: - N/A --------- Co-authored-by: Shardul Vaidya <[email protected]> Co-authored-by: Anthony Eid <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Closes #16544
Release Notes: