Skip to content

Commit 45a2e89

Browse files
committed
fix: add audio support to the agent plugin on live demo
1 parent 93c32f8 commit 45a2e89

3 files changed

Lines changed: 186 additions & 69 deletions

File tree

live-demo/app/package-lock.json

Lines changed: 179 additions & 67 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"author": "",
1717
"description": "",
1818
"dependencies": {
19-
"@adminforth/agent": "^1.33.1",
19+
"@adminforth/agent": "^1.38.0",
20+
"@adminforth/audio-adapter-openai": "^1.0.0",
2021
"@adminforth/audit-log": "^1.9.18",
2122
"@adminforth/background-jobs": "^1.11.4",
2223
"@adminforth/bulk-ai-flow": "^1.24.3",
@@ -37,7 +38,7 @@
3738
"@adminforth/two-factors-auth": "^3.2.1",
3839
"@adminforth/upload": "^2.15.8",
3940
"@prisma/client": "^6.6.0",
40-
"adminforth": "^2.50.0",
41+
"adminforth": "^2.52.0",
4142
"better-sqlite3": "^10.0.0",
4243
"cldr-core": "^48.2.0",
4344
"express": "^4.19.2"

0 commit comments

Comments
 (0)