Skip to content

Commit 5031c2f

Browse files
committed
Use uvicorn instead of fastapi command
1 parent 1848612 commit 5031c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Since the local app uses OpenAI models, you should first deploy it for the optim
142142
2. Run the FastAPI backend:
143143
144144
```shell
145-
fastapi dev src/api/main.py
145+
python3 -m uvicorn fastapi_app:create_app --factory --reload
146146
```
147147
148148
Or you can run "Backend" in the VS Code Run & Debug menu.

0 commit comments

Comments
 (0)