mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
style(cost): wrap an overlong docstring line in ocr_cost
The Returns line of the ocr_cost docstring ran to 126 columns, past the repo's 120-column limit. Wrapped it; no behavior change.
This commit is contained in:
parent
24299c3c5e
commit
4f99996b8e
1 changed files with 2 additions and 1 deletions
|
|
@ -1901,7 +1901,8 @@ def ocr_cost(
|
|||
response: Optional[Any] - response object
|
||||
|
||||
Returns:
|
||||
Tuple[float, float]: (prompt cost, completion cost) when priced per token, otherwise the page cost in the first element
|
||||
Tuple[float, float]: (prompt cost, completion cost) when priced per token,
|
||||
otherwise the page cost in the first element
|
||||
"""
|
||||
from litellm.llms.base_llm.ocr.transformation import OCRResponse
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue