mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
[stripe] simplify opus test
This commit is contained in:
parent
3046b9f163
commit
0bd144103d
1 changed files with 3 additions and 3 deletions
|
|
@ -1044,9 +1044,9 @@ def test_convert_model_response_object():
|
|||
"The sky is a canvas of blue",
|
||||
),
|
||||
(
|
||||
"<budget:thinking>\nLet me work through this step by step.\n</budget:thinking>\n\nYou have **8 fruits** remaining.",
|
||||
"\nLet me work through this step by step.\n",
|
||||
"\n\nYou have **8 fruits** remaining.",
|
||||
"<budget:thinking>I am thinking here</budget:thinking>The sky is a canvas of blue",
|
||||
"I am thinking here",
|
||||
"The sky is a canvas of blue",
|
||||
),
|
||||
("I am a regular response", None, "I am a regular response"),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue