mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-16 12:16:41 +00:00
Fix: Use request body in curl log for Gemini streaming mode (#9736)
This commit is contained in:
@@ -1029,7 +1029,7 @@ class VertexLLM(VertexBase):
|
||||
input=messages,
|
||||
api_key="",
|
||||
additional_args={
|
||||
"complete_input_dict": data,
|
||||
"complete_input_dict": request_body,
|
||||
"api_base": api_base,
|
||||
"headers": headers,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user