mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Fix: Use request body in curl log for Gemini streaming mode (#9736)
This commit is contained in:
parent
e0dbd328be
commit
5a18eebdb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue