🧪 Skills
F5 Telegram Notify
ส่งการแจ้งเตือน Telegram เมื่อ F5-TTS training เสร็จหรือล้มเหลว ใช้สำหรับ Docker environment
v1.0.0
Description
name: f5-telegram-notify description: ส่งการแจ้งเตือน Telegram เมื่อ F5-TTS training เสร็จหรือล้มเหลว ใช้สำหรับ Docker environment
F5-Telegram-Notify Skill
สคริปต์สำหรับส่งการแจ้งเตือน Telegram เมื่อ F5-TTS training process เสร็จสิ้นหรือล้มเหลว
การใช้งาน
1. ส่งแจ้งเตือนสำเร็จ
node /home/seiya/projects/openclaw/workspace/skills/f5-telegram-notify/scripts/notify.mjs success "Training เสร็จแล้ว!" "model_name" "/path/to/checkpoint"
2. ส่งแจ้งเตือนล้มเหลว
node /home/seiya/projects/openclaw/workspace/skills/f5-telegram-notify/scripts/notify.mjs error "Training ล้มเหลว: CUDA out of memory" "model_name"
3. ส่งแจ้งเตือนเริ่ม training
node /home/seiya/projects/openclaw/workspace/skills/f5-telegram-notify/scripts/notify.mjs start "เริ่ม training แล้ว" "model_name"
พารามิเตอร์
- status:
success|error|start - message: ข้อความที่ต้องการส่ง
- model_name: ชื่อโมเดล (optional)
- checkpoint_path: Path ไปยัง checkpoint (optional, สำหรับ success)
Config Required
ต้องมีไฟล์ .env ที่มี:
TELEGRAM_BOT_TOKEN=your_bot_token
TELEGRAM_CHAT_ID=your_chat_id
โครงสร้างไฟล์
f5-telegram-notify/
├── SKILL.md
├── scripts/
│ └── notify.mjs
└── README.md
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!