mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Increase default max iterations for research chat director to 5
This commit is contained in:
@@ -133,7 +133,7 @@ async def execute_information_collection(
|
||||
file_filters: List[str] = [],
|
||||
):
|
||||
current_iteration = 0
|
||||
MAX_ITERATIONS = 2
|
||||
MAX_ITERATIONS = 5
|
||||
previous_iterations: List[InformationCollectionIteration] = []
|
||||
while current_iteration < MAX_ITERATIONS:
|
||||
online_results: Dict = dict()
|
||||
|
||||
Reference in New Issue
Block a user