Files
LLMPoxy/export.bat
2026-01-11 04:17:53 +08:00

6 lines
78 B
Batchfile

@echo off
echo Exporting LLM training data...
echo.
python export.py %*
pause