Skip to content

Commit

Permalink
Merge pull request #57 from Assistants-Hub/55_Filemanager_implementation
Browse files Browse the repository at this point in the history
#55 Document Manager and GPT-4o
  • Loading branch information
santthosh authored May 14, 2024
2 parents 2bd29c2 + 91e4360 commit 820e9bd
Show file tree
Hide file tree
Showing 53 changed files with 2,920 additions and 82 deletions.
6 changes: 6 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

# AWS Parameters
AWS_S3_BUCKET=
AWS_REGION=us-west-2
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=

# OpenAI API Key for Assistants Hub
OPENAI_API_KEY=
# Google AI Studio API Key for Assistants Hub
Expand Down
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
},
"dependencies": {
"@auth/prisma-adapter": "^2.0.0",
"@aws-sdk/client-s3": "^3.569.0",
"@aws-sdk/s3-presigned-post": "^3.569.0",
"@aws-sdk/s3-request-presigner": "^3.574.0",
"@aws-sdk/signature-v4-crt": "^3.569.0",
"@google/generative-ai": "^0.8.0",
"@prisma/client": "5.8.1",
"@thumbmarkjs/thumbmarkjs": "^0.14.4",
Expand All @@ -24,6 +28,9 @@
"@vercel/blob": "^0.22.3",
"@vercel/edge": "^1.1.1",
"apexcharts": "^3.48.0",
"aws-crt": "^1.21.2",
"aws-sdk": "^2.1614.0",
"busboy": "^1.6.0",
"flowbite": "^2.2.1",
"flowbite-react": "^0.7.2",
"groq-sdk": "^0.3.3",
Expand All @@ -32,10 +39,11 @@
"next": "14.1.1",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.13",
"openai": "^4.32.0",
"openai": "^4.42.0",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-highlight": "^0.15.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
Expand All @@ -47,6 +55,7 @@
"ulidx": "^2.3.0"
},
"devDependencies": {
"@types/busboy": "^1.5.4",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
Expand Down
Loading

0 comments on commit 820e9bd

Please sign in to comment.