diff --git a/litellm/llms/vertex_ai_and_google_ai_studio/vertex_llm_base.py b/litellm/llms/vertex_ai_and_google_ai_studio/vertex_llm_base.py index 55c7388d494..195b29436c7 100644 --- a/litellm/llms/vertex_ai_and_google_ai_studio/vertex_llm_base.py +++ b/litellm/llms/vertex_ai_and_google_ai_studio/vertex_llm_base.py @@ -1,3 +1,9 @@ +""" +Base Vertex, Google AI Studio LLM Class + +Handles Authentication and generating request urls for Vertex AI and Google AI Studio +""" + import json import os from typing import TYPE_CHECKING, Any, Dict, Literal, Optional, Tuple