Files
check_pa/settings_example.py
cyroxx dc09d0438b
All checks were successful
Python tests / tests (push) Successful in 2m12s
add MODEL_NAME to settings_example
2026-02-05 04:03:25 +01:00

7 lines
200 B
Python

MODEL_NAME = "small" # or "turbo", "base", "medium", "large"
# required
DOCUMENT_ID = ""
# optional: Webhook URL to send notifications to
WEBHOOK_URL = "https://example.com/webhook/your_webhook_id"