I have docker installation of home assistant. To setup memory in LLM I put my example.jpg to /local/llmvision/memory/example.jpg
I get an error message invalid path.
Already tried /config/llmvision/memory/example.jpg and the same error
From local network I can access the file in browser on http://my-ip-address:8123/local/llmvision/memory/example.jpg
SOLVED: The LLM Vision plugin expects the path to the image in the real file system of the Home Assistant container, i.e. not www/, but directly in its config structure. Since www is only for web access (/local/), this path is not available for the memory function. I created folder llmvision directly in /config. Before I had it in www