Skip to content

Commit dad290c

Browse files
authored
Merge pull request #10 from tinybirdco/ask-ai
add ai
2 parents 1f5ea2e + 2b006be commit dad290c

File tree

6 files changed

+405
-31
lines changed

6 files changed

+405
-31
lines changed

dashboard/ai-analytics/package-lock.json

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

dashboard/ai-analytics/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@ai-sdk/openai": "^1.2.5",
1213
"@auth0/nextjs-auth0": "^4.1.0",
1314
"@clerk/nextjs": "^6.12.5",
1415
"@remixicon/react": "^4.6.0",
1516
"@tanstack/react-query": "^5.67.2",
1617
"@tremor/react": "^3.18.7",
18+
"ai": "^4.1.61",
1719
"jose": "^6.0.10",
1820
"jsonwebtoken": "^9.0.2",
1921
"next": "15.2.1",
2022
"react": "^18.2.0",
2123
"react-dom": "^18.2.0",
24+
"zod": "^3.24.2",
2225
"zustand": "^5.0.3"
2326
},
2427
"devDependencies": {

0 commit comments

Comments
 (0)