mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-02 16:26:14 +00:00
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
REPO_DIR=/home/user/proxy
|
|
LOG_FILE=/home/user/proxy/update.log
|
|
* * * * * /home/user/proxy/scripts/auto_update.sh >/dev/null 2>&1
|
|
|
|
OUTPUT_FILE=/home/user/proxy/models.json
|
|
BASE_URL=https://openrouter.ai/api/v1
|
|
0 * * * * python3 /home/user/proxy/scripts/models_meta.py >/dev/null 2>&1
|