Mozilla-Ocho / Memory-Cache

MemoryCache is an experimental development project to turn a local desktop environment into an on-device AI agent
https://memorycache.ai/
Mozilla Public License 2.0
552 stars 24 forks source link

Fix the generated filename for pdfs #65

Closed johnshaughnessy closed 7 months ago

johnshaughnessy commented 7 months ago

We forgot to await the promise returned by generateFileName, so the generated file names were PAGE-[Object object] (which came from stringifying the promise object).

katetaylormoz commented 7 months ago

Oh wow! Thanks for tracking this down