llm-api-proxy / start_proxy.bat
Mirrowel
feat: Add build workflow, proxy application, and update documentation for executable usage
5bfdc95
raw
history blame
104 Bytes
@echo off
echo Starting API Key Proxy...
uvicorn src.proxy_app.main:app --host 0.0.0.0 --port 8000
pause