Skip to content

Commit

Permalink
feat(perf): setting up rate-limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
NemesisLW committed Jul 13, 2024
1 parent c99ac7b commit f585dfc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 205 deletions.
178 changes: 0 additions & 178 deletions components/ui/form.tsx

This file was deleted.

58 changes: 33 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@instructor-ai/instructor": "^1.5.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.3",
"@upstash/ratelimit": "^1.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.403.0",
Expand All @@ -24,7 +24,6 @@
"openai": "^4.52.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
Expand Down

0 comments on commit f585dfc

Please sign in to comment.