Skip to content

Commit c3a30f9

Browse files
author
Sean Smith
committed
Local dev changes in README.md
Signed-off-by: Sean Smith <[email protected]>
1 parent d09113e commit c3a30f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,12 @@ Replace the repo url in the CloudFormation template before you deploy.
233233
Yes, you can run this locally, e.g. run below command under `src` folder:
234234

235235
```bash
236+
cd src/
237+
pip install -r requirements.txt
236238
uvicorn api.app:app --host 0.0.0.0 --port 8000
237239
```
238240

239-
The API base url should look like `http://localhost:8000/api/v1`.
241+
The API base url should look like `http://localhost:8000/api/v1` and the API key should be `bedrock`.
240242

241243
### Any performance sacrifice or latency increase by using the proxy APIs
242244

0 commit comments

Comments
 (0)