We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e818ca commit bb92366Copy full SHA for bb92366
1 file changed
package.json
@@ -9,6 +9,7 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
+ "@ai-sdk/openai": "^0.0.58",
13
"@codemirror/commands": "^6.6.0",
14
"@codemirror/lang-javascript": "^6.2.2",
15
"@codemirror/search": "^6.5.6",
@@ -26,6 +27,7 @@
26
27
"@tanstack/react-query": "^5.53.3",
28
"@tanstack/react-table": "^8.20.5",
29
"@uiw/react-codemirror": "^4.23.0",
30
+ "ai": "^3.3.33",
31
"class-variance-authority": "^0.7.0",
32
"clsx": "^2.1.1",
33
"escape-string-regexp": "^5.0.0",
0 commit comments