From a5f906aaf1172f093370b415143e892d4da056ab Mon Sep 17 00:00:00 2001 From: nick-rackauckas Date: Thu, 6 Jun 2024 16:35:39 -0700 Subject: [PATCH] Comment --- litellm/types/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/types/files.py b/litellm/types/files.py index ea229373d55..0545567ece7 100644 --- a/litellm/types/files.py +++ b/litellm/types/files.py @@ -259,7 +259,7 @@ GEMINI_1_5_ACCEPTED_FILE_TYPES: Set[FileType] = { FileType.WEBM, FileType.WMV, FileType.THREE_GPP, - # Document + # PDF FileType.PDF, }