QA Generation - Modify the default interval to 10
This commit is contained in:
parent
bb99153255
commit
bfe9902852
@ -17,7 +17,7 @@ interval: 存储间隔,即每隔多少条存一次文件,过密的间隔会
|
||||
"""
|
||||
def generate_qa(
|
||||
model_name: str = 'qwen',
|
||||
interval: int = 1,
|
||||
interval: int = 10,
|
||||
):
|
||||
current_time = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user