forked from phoenix/litellm-mirror
fix type hints
This commit is contained in:
parent
1213cbc3f3
commit
dc21d65107
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class VertexPassthroughLoggingHandler:
|
||||||
- Creates standard logging object
|
- Creates standard logging object
|
||||||
- Logs in litellm callbacks
|
- Logs in litellm callbacks
|
||||||
"""
|
"""
|
||||||
kwargs = {}
|
kwargs: Dict[str, Any] = {}
|
||||||
model = VertexPassthroughLoggingHandler.extract_model_from_url(url_route)
|
model = VertexPassthroughLoggingHandler.extract_model_from_url(url_route)
|
||||||
complete_streaming_response = (
|
complete_streaming_response = (
|
||||||
VertexPassthroughLoggingHandler._build_complete_streaming_response(
|
VertexPassthroughLoggingHandler._build_complete_streaming_response(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue