Skip to content

Commit

Permalink
feat: openai summary api
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Aug 17, 2023
1 parent f3840cf commit 082cf02
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/


OPENAI_API_KEY=
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@
"@floating-ui/react-dom": "2.0.1",
"@mx-space/api-client": "1.5.1",
"@radix-ui/react-dialog": "1.0.4",
"@sentry/nextjs": "7.64.0",
"@radix-ui/react-select": "1.2.2",
"@sentry/nextjs": "7.64.0",
"@sentry/webpack-plugin": "2.6.2",
"@tanstack/react-query": "4.32.6",
"@tanstack/react-query-devtools": "4.32.6",
"@tanstack/react-query-persist-client": "4.32.6",
"@upstash/redis": "1.22.0",
"@vercel/analytics": "1.0.2",
"@vercel/postgres": "0.4.1",
"axios": "1.4.0",
"clsx": "2.0.0",
"daisyui": "3.5.1",
Expand All @@ -65,6 +66,7 @@
"mermaid": "10.3.1",
"next": "13.4.16",
"next-themes": "0.2.1",
"openai": "4.0.0",
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

1 comment on commit 082cf02

@vercel
Copy link

@vercel vercel bot commented on 082cf02 Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
springtide.vercel.app
innei.in
shiro-git-main-innei.vercel.app

Please sign in to comment.