修改文件编码类型为UTF8

This commit is contained in:
2024-09-05 12:48:26 +08:00
parent 7b040ae248
commit b1ef410638
+1 -1
View File
@@ -13,7 +13,7 @@ from util.register import *
from llama_index.core.callbacks import CallbackManager from llama_index.core.callbacks import CallbackManager
from modelProvide.customDashScope import CustomDashScope from modelProvide.customDashScope import CustomDashScope
ModelPlateCategory = 'Ä£ÐÍÆ½Ì¨' ModelPlateCategory = '模型平台'
def get_node_postprocessors(): def get_node_postprocessors():
rerank_enabled = os.getenv("RERANK_ENABLED").title() rerank_enabled = os.getenv("RERANK_ENABLED").title()