6 lines
78 B
Batchfile
6 lines
78 B
Batchfile
@echo off
|
|
echo Starting LLM Proxy Server...
|
|
echo.
|
|
python start_proxy.py
|
|
pause
|