We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef8f2d commit 3970b5bCopy full SHA for 3970b5b
Examples/converse/Sources/Converse.swift
@@ -31,9 +31,9 @@ struct Main {
31
32
let bedrock = try await BedrockService(
33
region: .useast1,
34
- logger: logger,
35
- // uncomment if you use SSO with AWS Identity Center
36
- // authentication: .sso
+ logger: logger
+ // uncomment if you use SSO with AWS Identity Center
+ // authentication: .sso
37
)
38
39
// select a model that supports the converse modality
0 commit comments