fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 5e88eff5ae - Show all commits

View file

@ -1055,7 +1055,7 @@ export class KBService implements IGBKBService {
}
});
const maxDepth = 2; // Maximum depth of recursion
const maxDepth = 1; // Maximum depth of recursion
const visited = new Set<string>();
files = files.concat(await this.crawl(min, website, visited, 0, maxDepth, page));