Fix: Use request body in curl log for Gemini streaming mode (#9736)

This commit is contained in:
fengjiajie 2025-04-04 00:45:27 +08:00 committed by GitHub
parent e0dbd328be
commit 5a18eebdb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},