fix type hints

This commit is contained in:
Ishaan Jaff 2024-11-21 18:59:29 -08:00
parent 1213cbc3f3
commit dc21d65107

View file

@ -132,7 +132,7 @@ class VertexPassthroughLoggingHandler:
- Creates standard logging object
- Logs in litellm callbacks
"""
kwargs = {}
kwargs: Dict[str, Any] = {}
model = VertexPassthroughLoggingHandler.extract_model_from_url(url_route)
complete_streaming_response = (
VertexPassthroughLoggingHandler._build_complete_streaming_response(