调整信息抽取方法的生成位置

This commit is contained in:
2024-06-21 15:25:49 +08:00
parent 4934898566
commit 484657a3dd
5 changed files with 18 additions and 31 deletions

View File

@@ -1,3 +1,7 @@
from paddlenlp import Taskflow
from config.keys import SETTLEMENT_LIST_SCHEMA, DISCHARGE_RECORD_SCHEMA, COST_LIST_SCHEMA
# 项目奔溃的重试次数
RETRY_TIME = 1