add doc string to vertex llm base

This commit is contained in:
Ishaan Jaff 2024-09-10 18:52:43 -07:00
parent 8d773e66af
commit 9261599ab9

View file

@ -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 json
import os import os
from typing import TYPE_CHECKING, Any, Dict, Literal, Optional, Tuple from typing import TYPE_CHECKING, Any, Dict, Literal, Optional, Tuple