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 d09113e commit c3a30f9Copy full SHA for c3a30f9
README.md
@@ -233,10 +233,12 @@ Replace the repo url in the CloudFormation template before you deploy.
233
Yes, you can run this locally, e.g. run below command under `src` folder:
234
235
```bash
236
+cd src/
237
+pip install -r requirements.txt
238
uvicorn api.app:app --host 0.0.0.0 --port 8000
239
```
240
-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`.
242
243
### Any performance sacrifice or latency increase by using the proxy APIs
244
0 commit comments