Skip to content

Commit

Permalink
update openai version to 4.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Dec 7, 2023
1 parent cdf2a74 commit ba6e2cb
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.3.1
20.10.0
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,34 @@
"discord:epics": "npx ts-node -r tsconfig-paths/register --transpile-only ./.github/workflows/runDiscordChangeLog.ts epics"
},
"dependencies": {
"@google-cloud/aiplatform": "3.7.0",
"@google-cloud/aiplatform": "3.8.0",
"@google-cloud/translate": "8.0.2",
"crypto-js": "4.2.0",
"dotenv": "16.3.1",
"node-fetch": "2.6.9",
"openai": "4.19.1",
"openai": "4.20.1",
"pako": "2.1.0"
},
"devDependencies": {
"@skeet-framework/discord-utils": "^0.2.13",
"@skeet-framework/discord-utils": "^0.2.14",
"@skeet-framework/utils": "^1.2.3",
"@types/crypto-js": "4.2.1",
"@types/jest": "29.5.10",
"@types/node": "20.9.4",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/node-fetch": "2.6.9",
"@types/pako": "2.0.3",
"babel-loader": "9.1.3",
"esbuild": "0.19.7",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"esbuild": "0.19.8",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"npm-check-updates": "16.14.11",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typedoc": "0.25.3",
"typescript": "5.3.2"
"typedoc": "0.25.4",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit ba6e2cb

Please sign in to comment.