Update freqai-running.md

This commit is contained in:
Robert Caulk
2024-01-04 17:05:54 +01:00
committed by Matthias
parent c1982ab836
commit b950128c4d

View File

@@ -41,11 +41,11 @@ FreqAI stores new model files after each successful training. These files become
```json
"freqai": {
"purge_old_models": true,
"purge_old_models": 4,
}
```
This will automatically purge all models older than the two most recently trained ones to save disk space.
This will automatically purge all models older than the four most recently trained ones to save disk space. Inputing "0" will never purge any models.
## Backtesting