Use streamUI instead of render (#324)

This commit is contained in:
Jeremy 2024-05-03 13:24:00 -07:00 committed by GitHub
parent d5f736128d
commit 095550d4dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 92 additions and 47 deletions

View file

@ -13,6 +13,7 @@
"format:check": "prettier --check \"{app,lib,components}**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.9",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
@ -26,7 +27,7 @@
"@vercel/analytics": "^1.1.2",
"@vercel/kv": "^1.0.1",
"@vercel/og": "^0.6.2",
"ai": "^3.0.12",
"ai": "^3.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"d3-scale": "^4.0.2",