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 b26ee3e commit d025efeCopy full SHA for d025efe
README.md
@@ -216,10 +216,12 @@ Replace the repo url in the CloudFormation template before you deploy.
216
Yes, you can run this locally, e.g. run below command under `src` folder:
217
218
```bash
219
+cd src/
220
+pip install -r requirements.txt
221
uvicorn api.app:app --host 0.0.0.0 --port 8000
222
```
223
-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`.
225
226
### Any performance sacrifice or latency increase by using the proxy APIs
227
0 commit comments