[client] tie DNS warm-up dial to engine context; fix codespell

This commit is contained in:
mlsmaycon
2026-07-15 22:17:57 +02:00
parent 82d8f0a4ee
commit 38b377f21e
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ func availableProviders() []providerCase {
region = "us-east-1"
}
// A valid Bedrock inference-profile id (region prefix + date + version),
// overridable per account. `global.` profiles are invokable from any
// overridable per account. `global.` profiles can be invoked from any
// region; set AWS_BEDROCK_MODEL to match the enabled profile for the token.
model := os.Getenv("AWS_BEDROCK_MODEL")
if model == "" {