Skip to content

Commit ff64f87

Browse files
committed
fix: update bulk ai flow plugin
1 parent 05ebe3d commit ff64f87

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

live-demo/app/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

live-demo/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"description": "",
1818
"dependencies": {
1919
"@adminforth/audit-log": "^1.2.0",
20-
"@adminforth/bulk-ai-flow": "^1.4.1",
20+
"@adminforth/bulk-ai-flow": "^1.4.2",
2121
"@adminforth/chat-gpt": "^1.0.20",
2222
"@adminforth/completion-adapter-open-ai-chat-gpt": "^1.0.2",
2323
"@adminforth/email-password-reset": "^1.1.0",

live-demo/app/resources/apartments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export default {
272272
rateLimit: '2/2m'
273273
}
274274
},
275-
bulkGenerationRateLimit: "2/2m",
275+
bulkGenerationRateLimit: "3/2m",
276276
isAllowedToSave: blockDemoUsers,
277277
}),
278278
],

0 commit comments

Comments
 (0)