mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
style: run black formatter on handler.py
This commit is contained in:
parent
29b219ae21
commit
3337122045
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ This handler provides token counting for partner models hosted on Vertex AI.
|
|||
Unlike Gemini models which use Google's token counting API, partner models use
|
||||
their respective publisher-specific count-tokens endpoints.
|
||||
"""
|
||||
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
from litellm.llms.custom_httpx.http_handler import get_async_httpx_client
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue