Skip to content

Commit 243472f

Browse files
author
Paweł Kędzia
committed
Update README to remove virtual‑environment setup and dependency‑install details, clarifying that the script now only starts the application with four gunicorn workers.
1 parent aab3c96 commit 243472f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llm_router_web/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ LLM_ROUTER_WEB_DEBUG=true \
6565
* `LLM_ROUTER_WEB_DEBUG` – any truthy value (`true`, `1`, `yes`, `on`) enables Flask debug mode
6666
(default: `true`).
6767

68-
The script will automatically create a virtual environment (if missing), install
69-
the required dependencies (including **gunicorn**), and start the application
70-
with four gunicorn workers. Adjust the number of workers or other gunicorn
71-
options inside `run.sh` as needed.
68+
The script will automatically start the application with four gunicorn workers.
69+
Adjust the number of workers or other gunicorn options inside `run.sh` as needed.
7270

7371
### Additional Flask environment variables
7472

0 commit comments

Comments
 (0)