Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 524 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 524 Bytes

Whisper OpenAI API

Contributing

Local development

pip install .

Run the server on port 8010 (avoid conflict with the default ports 8000, 8001... with other services)

python app/main.py --port 8010 --reload

Docker development

export MODELS_CACHE_DIR="." && docker compose up --pull always

Environment variables

Variable Description
MODELS_CACHE_DIR Directory to store the models
API_KEY API key for API access (optional)