Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
krishaamer committed Jul 23, 2024
1 parent 5722ba3 commit 61afa67
Show file tree
Hide file tree
Showing 3 changed files with 570 additions and 546 deletions.
2 changes: 1 addition & 1 deletion app/action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function submitUserMessage(content: string) {
const investingData = await kv.get("investingData");

const completion = runOpenAICompletion(openai, {
model: "gpt-4-turbo",
model: "gpt-4o",
response_format: { type: "text" },
stream: true,
messages: [
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ziran-generative-ui",
"private": true,
"version": "0.0.1",
"version": "0.5.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@fullstory/browser": "^2.0.5",
"@next/third-parties": "^14.2.4",
"@pinecone-database/pinecone": "^2.2.2",
"@next/third-parties": "^14.2.5",
"@pinecone-database/pinecone": "^3.0.0",
"@polygon.io/client-js": "^7.3.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.1.0",
Expand All @@ -25,12 +25,12 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@upstash/ratelimit": "^1.2.1",
"@upstash/redis": "^1.32.0",
"@upstash/ratelimit": "^2.0.1",
"@upstash/redis": "^1.33.0",
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^2.0.0",
"@vis.gl/react-google-maps": "^1.1.0",
"ai": "3.2.16",
"ai": "3.2.33",
"chart.js": "^4.4.3",
"chartjs-chart-financial": "^0.2.1",
"class-variance-authority": "^0.7.0",
Expand All @@ -40,27 +40,27 @@
"date-fns": "^3.6.0",
"dewy-ts": "^0.4.0",
"finnhub": "^1.2.18",
"geist": "^1.3.0",
"highcharts": "^11.4.5",
"geist": "^1.3.1",
"highcharts": "^11.4.6",
"highcharts-react-official": "^3.2.1",
"lottie-react": "^2.4.0",
"next": "15.0.0-rc.0",
"next-auth": "5.0.0-beta.16",
"next-themes": "^0.3.0",
"openai": "^4.52.3",
"openai": "^4.53.0",
"react": "19.0.0-rc-f38c22b244-20240704",
"react-chartjs-2": "^5.2.0",
"react-dom": "19.0.0-rc-f38c22b244-20240704",
"react-financial-charts": "^2.0.1",
"react-hotjar": "^6.3.1",
"react-intersection-observer": "^9.10.3",
"react-intersection-observer": "^9.13.0",
"react-markdown": "^9.0.1",
"react-swipeable": "^7.0.1",
"react-textarea-autosize": "^8.5.3",
"remark-gfm": "^4.0.0",
"sass": "^1.77.6",
"sass": "^1.77.8",
"server-only": "^0.0.1",
"swiper": "^11.1.4",
"swiper": "^11.1.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
Expand All @@ -71,14 +71,14 @@
"@faker-js/faker": "^8.4.1",
"@types/d3": "^7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "9.6.0",
"eslint": "9.7.0",
"eslint-config-next": "15.0.0-rc.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
"prettier": "^3.3.3",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 61afa67

Please sign in to comment.