mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix code quality check
This commit is contained in:
parent
43a6c4c635
commit
7f807cd6ba
2 changed files with 1 additions and 6 deletions
|
@ -51,7 +51,6 @@ from litellm.types.llms.openai import (
|
|||
HttpxBinaryResponseContent,
|
||||
ResponseCompletedEvent,
|
||||
ResponsesAPIResponse,
|
||||
WebSearchOptions,
|
||||
)
|
||||
from litellm.types.rerank import RerankResponse
|
||||
from litellm.types.router import SPECIAL_MODEL_INFO_PARAMS
|
||||
|
|
|
@ -5,11 +5,7 @@ Helper utilities for tracking the cost of built-in tools.
|
|||
from typing import Any, Dict, Optional
|
||||
|
||||
import litellm
|
||||
from litellm.types.llms.openai import (
|
||||
ResponseOutputItem,
|
||||
ResponsesAPIResponse,
|
||||
WebSearchOptions,
|
||||
)
|
||||
from litellm.types.llms.openai import WebSearchOptions
|
||||
from litellm.types.utils import (
|
||||
ModelInfo,
|
||||
ModelResponse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue