From e33cce79bb1dc9b751beba557235d3b490c3ea3a Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Wed, 29 Jan 2025 15:15:51 -0800 Subject: [PATCH] Local dev changes in README.md Signed-off-by: Sean Smith --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73001a5..3e64acf 100644 --- a/README.md +++ b/README.md @@ -216,10 +216,12 @@ Replace the repo url in the CloudFormation template before you deploy. Yes, you can run this locally, e.g. run below command under `src` folder: ```bash +cd src/ +pip install -r requirements.txt uvicorn api.app:app --host 0.0.0.0 --port 8000 ``` -The API base url should look like `http://localhost:8000/api/v1`. +The API base url should look like `http://localhost:8000/api/v1` and the API key should be `bedrock`. ### Any performance sacrifice or latency increase by using the proxy APIs