Spaces:
Paused
Paused
Mirrowel
feat: Add build workflow, proxy application, and update documentation for executable usage
5bfdc95 | @echo off | |
| echo Starting API Key Proxy... | |
| uvicorn src.proxy_app.main:app --host 0.0.0.0 --port 8000 | |
| pause |