mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
chore(vertex-live): drop a comment that restated the helper's docstring
The call site repeated _resolved_vertex_live_setup's own docstring almost verbatim, which is the duplication the repo's comment rule exists to prevent.
This commit is contained in:
parent
6d71e3385b
commit
6c83484065
1 changed files with 0 additions and 3 deletions
|
|
@ -2330,9 +2330,6 @@ async def websocket_passthrough_request(
|
|||
setup_data,
|
||||
)
|
||||
if isinstance(setup_data, dict) and "model" in setup_data:
|
||||
# Resolve the alias first: a client may name a bare gateway model,
|
||||
# which carries no "/models/" for the extractor to read, so reading
|
||||
# the raw frame leaves the session logged as "unknown" and unbilled.
|
||||
extracted_model = _extract_model_from_vertex_ai_setup(
|
||||
_resolved_vertex_live_setup(setup_data, setup_model_rewriter)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue