Skip to content

Commit 78a53d5

Browse files
committed
fix: update bulk-ai-flow and adminforth versions; adjust image generation count
1 parent 0f4c97f commit 78a53d5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

live-demo/app/package-lock.json

Lines changed: 8 additions & 8 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: 2 additions & 2 deletions
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.10.3",
20+
"@adminforth/bulk-ai-flow": "^1.11.0",
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",
@@ -32,7 +32,7 @@
3232
"@adminforth/two-factors-auth": "^1.1.2",
3333
"@adminforth/upload": "2.2.1",
3434
"@prisma/client": "^6.6.0",
35-
"adminforth": "^2.4.0-next.119",
35+
"adminforth": "^2.4.0-next.122",
3636
"better-sqlite3": "^10.0.0",
3737
"express": "^4.19.2"
3838
},

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
processed_image: {
273273
prompt: "Turn this image into a ghibli cartoon style",
274274
outputSize: "1536x1024",
275-
countToGenerate: 2,
275+
countToGenerate: 1,
276276
rateLimit: '1/1m'
277277
}
278278
},

0 commit comments

Comments
 (0)