refactor: remove type as this is a 3.12 feature
This commit is contained in:
parent
bf065bcca7
commit
381a136abe
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from langchain_text_splitters import TextSplitter
|
|||
|
||||
|
||||
NestedDict = Dict[str, Union[str, Dict]]
|
||||
type LanguageModel = Union[BaseLanguageModel, BaseLLM, BaseChatModel]
|
||||
LanguageModel = Union[BaseLanguageModel, BaseLLM, BaseChatModel]
|
||||
|
||||
|
||||
class Object:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue