Skip to content

Commit

Permalink
Update pnpm-lock.yaml to latest.
Browse files Browse the repository at this point in the history
Decrease LLM image query limit to 3.
  • Loading branch information
mxdlzg committed Apr 26, 2024
1 parent 04c0b62 commit 9e20d62
Show file tree
Hide file tree
Showing 3 changed files with 9,182 additions and 7,351 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.6.0"
"pnpm": ">=9.0.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/service/common/file/read/unstructured.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type UnstructuredElementType = {
};
}

const limit = pLimit(5);
const limit = pLimit(3);

// 解构文件,目前接收pdf、word
export const readUnFile = async ({
Expand Down
Loading

0 comments on commit 9e20d62

Please sign in to comment.