new thinks

This commit is contained in:
YILING0013
2025-02-05 21:12:57 +08:00
parent afeac1cb71
commit d230d4ba23
2 changed files with 183 additions and 95 deletions
+4 -3
View File
@@ -14,7 +14,8 @@ hiddenimports = ['typing_extensions',
'pydantic',
'pydantic.deprecated.decorator',
'tiktoken_ext.openai_public',
'tiktoken_ext'
'tiktoken_ext',
'chromadb.utils.embedding_functions.onnx_mini_lm_l6_v2'
]
tmp_ret = collect_all('chromadb')
@@ -44,7 +45,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='AI_NovelGenerator_V1.3.2',
name='AI_NovelGenerator_V1.3.3',
debug=True,
bootloader_ignore_signals=False,
strip=False,
@@ -65,5 +66,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='AI_NovelGenerator_V1.3.2'
name='AI_NovelGenerator_V1.3.3'
)