Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add AWS Bedrock support#20507

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
dannykopping merged 3 commits intomainfromdk/bedrock
Oct 28, 2025
Merged

feat: add AWS Bedrock support#20507

dannykopping merged 3 commits intomainfromdk/bedrock
Oct 28, 2025

Conversation

@dannykopping
Copy link
Contributor

Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
@dannykoppingdannykopping changed the titlefeat: AWS Bedrock supportfeat: add AWS Bedrock supportOct 28, 2025
Comment on lines +51 to +53
ifcfg.Region.String()==""&&cfg.AccessKey.String()==""&&cfg.AccessKeySecret.String()=="" {
returnnil
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The code in aibridge returned an error if model or small fast model wasn't set either. It's unlikely it won't be set since there is a default value, but technically it could still be unset by the user so you should still check that it's not empty here

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

No need to do that here I think. There's validation that the model/small-fast-model are set when creating a client; this is just determining whether Bedrock is configured or not.

Signed-off-by: Danny Kopping <danny@coder.com>
@dannykoppingdannykoppingenabled auto-merge (squash)October 28, 2025 03:26
@dannykoppingdannykopping merged commitd18441d intomainOct 28, 2025
33 of 35 checks passed
@dannykoppingdannykopping deleted the dk/bedrock branchOctober 28, 2025 03:38
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 28, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@deansheatherdeansheatherdeansheather approved these changes

@pawbanapawbanaAwaiting requested review from pawbana

Assignees

@dannykoppingdannykopping

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Validate/implement Bedrock support

3 participants

@dannykopping@deansheather

[8]ページ先頭

©2009-2025 Movatter.jp