multi-agent-system / startup_api.md
firepenguindisopanda
updated with new prompts and new workflow to generate a document
94f31ec
|
Raw
History Blame Contribute Delete
305 Bytes
## How to setup the api
- Ensure the virtual env is setup `.venv\Scripts\activate`
- Then run `uv run --active uvicorn app.main:app --port 5001 --reload`
- or `uv run uvicorn app.main:app --port 5001 --reload --host 0.0.0.0`
### or
`uv run --active -m uvicorn app.main:app --port 5001 --reload`