implemented gpt 4 AI interface

This commit is contained in:
Harivansh Rathi 2024-12-06 01:13:34 -05:00
parent e0ad860ab6
commit 88f0bc7a0c
12 changed files with 2891 additions and 110 deletions

View file

@ -24,14 +24,20 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.344.0",
"openai": "^4.76.0",
"pdf-parse": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.3",
"rehype-highlight": "^7.0.1",
"rehype-raw": "^7.0.0",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",