-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support specifying "region" for aws-bedrock (#1150)
- allow overriding `region` - support `model` as well as `model_id` (reasoning in comments) - get rid of `cfg_if` in `aws_client` (it's incompatible with rustfmt) - make "Something went wrong" error messages better - actually propagate LLMFailureReason.message in the exception itself
- Loading branch information
Showing
20 changed files
with
1,386 additions
and
1,422 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.