chore: prepare repository for publishing
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
phamnazage-jpg
2026-05-13 14:42:45 +08:00
parent 55e506b2b5
commit 77e6610fd2
118 changed files with 27373 additions and 1009 deletions

9
ops/logrotate.conf Normal file
View File

@@ -0,0 +1,9 @@
/tmp/llm_hub_*.log /home/long/project/llm-intelligence/logs/*.log {
daily
rotate 30
missingok
notifempty
compress
delaycompress
copytruncate
}