mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
fix(responses): collapse helper call to one line for black 24.10.0
This commit is contained in:
parent
cf19f6a928
commit
8462599cee
1 changed files with 1 additions and 3 deletions
|
|
@ -813,9 +813,7 @@ class LiteLLMResponsesTransformationHandler(CompletionTransformationBridge):
|
|||
f"Chat provider: image -> {converted}"
|
||||
)
|
||||
elif item_type == "file":
|
||||
converted = self._convert_content_file_to_input_file(
|
||||
item
|
||||
)
|
||||
converted = self._convert_content_file_to_input_file(item)
|
||||
result.append(converted)
|
||||
verbose_logger.debug(
|
||||
f"Chat provider: file -> {converted}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue