fix: type object 'str' has no attribute 'LLM' (#33899)

This commit is contained in:
wangxiaolei
2026-03-23 13:51:56 +08:00
committed by GitHub
parent 0478023900
commit 01d97fa2cf
3 changed files with 16 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ dependencies = [
"tiktoken~=0.12.0",
"transformers~=5.3.0",
"unstructured[docx,epub,md,ppt,pptx]~=0.21.5",
"pypandoc~=1.13",
"yarl~=1.23.0",
"webvtt-py~=0.5.1",
"sseclient-py~=1.9.0",