rename folder

This commit is contained in:
Michael Pilosov 2026-04-21 19:30:45 -06:00
parent 32c1738e95
commit ca0ad9fd2d
7 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
run:
.venv/bin/python flows/embedding_flow.py
web1:
.venv/bin/python -m uvicorn app.web1.main:app --host 0.0.0.0 --port 8001 --reload
web:
.venv/bin/python -m uvicorn app.web.main:app --host 0.0.0.0 --port 8001 --reload
demo:
.venv/bin/python -m uvicorn app.demo.main:app --host 0.0.0.0 --port 8010 --reload