forked from phoenix/litellm-mirror
add doc string to vertex llm base
This commit is contained in:
parent
8d773e66af
commit
9261599ab9
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue