cache_stats
View transcription cache statistics including number of cached files and total duration.
Example
Response:
{
"entries": 5,
"total_audio_duration_hours": 1.45,
"cache_size_mb": 3.21,
"cache_path": "/Users/you/.augent/cache/transcriptions.db",
"md_dir": "/Users/you/.augent/cache/transcriptions",
"titles": [
{ "title": "Episode 1", "model": "tiny", "duration": 1200.0 },
{ "title": "Interview", "model": "small", "duration": 3600.0 }
]
}Last updated on