From 017b34647ed8be7e3b43096b59ab79c71eac05ea Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Sun, 18 Jun 2023 21:52:56 +0800 Subject: [PATCH] update requirements.txt and model_config.py --- configs/model_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/model_config.py b/configs/model_config.py index 4644c7f..846da98 100644 --- a/configs/model_config.py +++ b/configs/model_config.py @@ -178,4 +178,4 @@ BING_SUBSCRIPTION_KEY = "" # 是否开启中文标题加强,以及标题增强的相关配置 # 通过增加标题判断,判断哪些文本为标题,并在metadata中进行标记; # 然后将文本与往上一级的标题进行拼合,实现文本信息的增强。 -ZH_TITLE_ENHANCE = True +ZH_TITLE_ENHANCE = False