fix(bedrock): apply base URL override after bedrock.WithConfig
Aleks Clark
created
bedrock.WithConfig internally calls option.WithBaseURL with the default
regional endpoint, clobbering any user-provided base_url. Move the
custom base URL append to after the bedrock config block so last-write
wins.
🐨 Generated with Crush
Assisted-by: AWS Claude Opus 4.6 via Crush <crush@charm.land>