mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-19 14:43:34 -04: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 '*' |