use mp to execute all feature and fix a small bug in config (#157)

This commit is contained in:
Xu Yang
2024-08-03 10:17:01 +08:00
committed by GitHub
parent 6b212f1655
commit ca39fcf320
5 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class ModelImplSettings(BaseSettings):
)
knowledge_base_path: Union[str, None] = None
new_knowledge_base_path: Union[str, None] = knowledge_base_path
new_knowledge_base_path: Union[str, None] = None
max_loop: int = 10