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 581638b commit b2c187cCopy full SHA for b2c187c
src/api/models/bedrock.py
@@ -42,7 +42,7 @@
42
43
logger = logging.getLogger(__name__)
44
45
-config = Config(connect_timeout=1, read_timeout=120, retries={"max_attempts": 1})
+config = Config(connect_timeout=60, read_timeout=120, retries={"max_attempts": 1})
46
47
bedrock_runtime = boto3.client(
48
service_name="bedrock-runtime",
0 commit comments