mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
docs: cleanup 'signature_delta' from docs
This commit is contained in:
parent
823f4dcd9d
commit
320cb1d51a
4 changed files with 7 additions and 9 deletions
|
@ -4084,7 +4084,6 @@ def test_reasoning_content_completion(model):
|
|||
)
|
||||
|
||||
reasoning_content_exists = False
|
||||
signature_delta_exists = False
|
||||
for chunk in resp:
|
||||
print(f"chunk 2: {chunk}")
|
||||
if (
|
||||
|
@ -4119,4 +4118,3 @@ def test_is_delta_empty():
|
|||
audio=None,
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue