mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fix unused imports
This commit is contained in:
parent
8eaabb4ad7
commit
dad0b2c111
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Model name format:
|
|||
- Agent: ragflow/agent/{agent_id}/{model_name}
|
||||
"""
|
||||
|
||||
from typing import Any, List, Optional, Tuple
|
||||
from typing import List, Optional, Tuple
|
||||
|
||||
import litellm
|
||||
from litellm.llms.openai.openai import OpenAIConfig
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue