Command: powershell -NoProfile -Command "$p='G:\\My Drive\\ChatGPT Bridge Data\\artifacts\\whisper-runtime-cache'; Get-ChildItem -LiteralPath $p -Recurse -File -ErrorAction SilentlyContinue | Where-Object { $_.Name -like 'audio-248*' -or $_.Name -eq 'model.bin' -or $_.Name -eq 'materialize-report.json' } | Select-Object FullName,Length | ConvertTo-Json -Compress"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
{"FullName":"G:\\My Drive\\ChatGPT Bridge Data\\artifacts\\whisper-runtime-cache\\audio-248.zip","Length":2032493401}