mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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,
|
HttpxBinaryResponseContent,
|
||||||
ResponseCompletedEvent,
|
ResponseCompletedEvent,
|
||||||
ResponsesAPIResponse,
|
ResponsesAPIResponse,
|
||||||
WebSearchOptions,
|
|
||||||
)
|
)
|
||||||
from litellm.types.rerank import RerankResponse
|
from litellm.types.rerank import RerankResponse
|
||||||
from litellm.types.router import SPECIAL_MODEL_INFO_PARAMS
|
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
|
from typing import Any, Dict, Optional
|
||||||
|
|
||||||
import litellm
|
import litellm
|
||||||
from litellm.types.llms.openai import (
|
from litellm.types.llms.openai import WebSearchOptions
|
||||||
ResponseOutputItem,
|
|
||||||
ResponsesAPIResponse,
|
|
||||||
WebSearchOptions,
|
|
||||||
)
|
|
||||||
from litellm.types.utils import (
|
from litellm.types.utils import (
|
||||||
ModelInfo,
|
ModelInfo,
|
||||||
ModelResponse,
|
ModelResponse,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue