mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
format by black
This commit is contained in:
parent
ec16fb7da6
commit
2bdcd9c237
1 changed files with 3 additions and 1 deletions
|
|
@ -151,7 +151,9 @@ def test_google_generate_content_with_system_instruction():
|
|||
"/v1beta/models/gemini-2.5-pro:generateContent",
|
||||
json={
|
||||
"systemInstruction": system_instruction,
|
||||
"contents": [{"parts": [{"text": "What is your name?"}], "role": "user"}],
|
||||
"contents": [
|
||||
{"parts": [{"text": "What is your name?"}], "role": "user"}
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue