Command: python -c "import os,json; from pathlib import Path; p=Path(r'G:\\My Drive\\ChatGPT Bridge Data\\artifacts\\whisper-runtime-cache'); out=[];
for f in p.rglob('*'):
if f.is_file(): out.append({'rel':str(f.relative_to(p)),'bytes':f.stat().st_size})
print(json.dumps(sorted(out,key=lambda x:x['rel']),ensure_ascii=True,separators=(',',':')))"
Directory: projects
Status: SUCCESS
Exit code: 0