docs(mm): update comment about model images

This commit is contained in:
psychedelicious 2024-03-07 19:04:03 +11:00
parent 8e694992bb
commit 5118160282

View File

@ -59,7 +59,7 @@ class ModelImageFileStorageDisk(ModelImageFileStorageBase):
url = self._invoker.services.urls.get_model_image_url(model_key)
# The image file
# The image URL never changes, so we must add random query string to it to prevent caching
url += f"?{uuid_string()}"
return url