mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-07-22 12:22:20 +00:00
6 lines
228 B
Plaintext
6 lines
228 B
Plaintext
# Example crontab entries for Routstr tasks
|
|
|
|
# Update models.json daily at 03:15 (optional)
|
|
# OUTPUT_FILE=/app/models.json SOURCE=openrouter
|
|
15 3 * * * /usr/local/bin/python /app/scripts/models_meta.py >> /var/log/cron.log 2>&1
|