Update litellm/proxy/openai_files_endpoints/files_endpoints.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
ryan-crabbe 2026-03-03 14:35:58 -08:00 committed by GitHub
parent 35d2bc382f
commit c8e6428eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -477,7 +477,7 @@ async def create_file( # noqa: PLR0915
seconds=enforced_file_expiry["seconds"],
)
verbose_proxy_logger.info(
verbose_proxy_logger.debug(
"create_file expires_after: %s", expires_after
)