Skip to content

Commit 5a18eeb

Browse files
authored
Fix: Use request body in curl log for Gemini streaming mode (#9736)
1 parent e0dbd32 commit 5a18eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/llms/vertex_ai/gemini/vertex_and_google_ai_studio_gemini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ async def async_streaming(
10291029
input=messages,
10301030
api_key="",
10311031
additional_args={
1032-
"complete_input_dict": data,
1032+
"complete_input_dict": request_body,
10331033
"api_base": api_base,
10341034
"headers": headers,
10351035
},

0 commit comments

Comments
 (0)