mirror of
https://github.com/open-webui/pipelines
synced 2025-05-10 07:30:47 +00:00
5 lines
116 B
Batchfile
5 lines
116 B
Batchfile
@echo off
|
|
set PORT=9099
|
|
set HOST=0.0.0.0
|
|
|
|
uvicorn main:app --host %HOST% --port %PORT% --forwarded-allow-ips '*' |