ReZa
ReZa
> Any update on this? I have the same problem and I would like to avoid workarounds In my project, I reduced the size of the images and minimized the...
> generally this happens because of the power saving mode on iphone, if you turn it off the animations will work fine I use an android phone, and I've seen...
Hi @ron-42 & @parshvadaftari This is my code in TS : ``` const memory = new Memory({ llm: { provider: 'openai', config: { apiKey: process.env.OPENAI_API_KEY, model: 'gpt-5-nano', }, }, embedder:...