Skip to content

Commit

Permalink
feat: support vision model
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Du <[email protected]>
  • Loading branch information
BobDu committed Mar 15, 2024
1 parent e63f8d2 commit 322d381
Show file tree
Hide file tree
Showing 18 changed files with 337 additions and 42 deletions.
1 change: 1 addition & 0 deletions service/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ coverage

build
public
uploads
6 changes: 4 additions & 2 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"axios": "^1.6.7",
"chatgpt": "^5.2.4",
"chatgpt": "git+https://github.com/chatgpt-web-dev/chatgpt-api#e8fca6bf34350881b1e9243610941bc4b00ce891",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"express": "^4.18.3",
Expand All @@ -39,6 +39,7 @@
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"mongodb": "^5.9.2",
"multer": "1.4.5-lts.1",
"node-fetch": "^3.3.0",
"nodemailer": "^6.9.9",
"request-ip": "^3.3.0",
Expand All @@ -48,9 +49,10 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jsonwebtoken": "^9.0.5",
"@types/multer": "^1.4.11",
"@types/node": "^18.14.6",
"@types/nodemailer": "^6.4.14",
"@types/request-ip": "^0.0.41",
Expand Down
Loading

0 comments on commit 322d381

Please sign in to comment.