Skip to content

Commit d025efe

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

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
@@ -216,10 +216,12 @@ Replace the repo url in the CloudFormation template before you deploy.
216216
Yes, you can run this locally, e.g. run below command under `src` folder:
217217

218218
```bash
219+
cd src/
220+
pip install -r requirements.txt
219221
uvicorn api.app:app --host 0.0.0.0 --port 8000
220222
```
221223

222-
The API base url should look like `http://localhost:8000/api/v1`.
224+
The API base url should look like `http://localhost:8000/api/v1` and the API key should be `bedrock`.
223225

224226
### Any performance sacrifice or latency increase by using the proxy APIs
225227

0 commit comments

Comments
 (0)