7 lines
200 B
Python
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" |