Skip to content

Commit 9a26693

Browse files
authored
Read aws region from env var (#518)
1 parent f0d8cf7 commit 9a26693

File tree

1 file changed

+1
-1
lines changed
  • examples/fasthtml-response-streaming/app

1 file changed

+1
-1
lines changed

examples/fasthtml-response-streaming/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
debug=True,
1717
)
1818

19-
client = AnthropicBedrock(aws_region='us-east-1')
19+
client = AnthropicBedrock()
2020

2121
def StoryInput():
2222
return Input(name='topic', id='topic-input', placeholder="Enter a topic for a bedtime story",

0 commit comments

Comments
 (0)