Perf webhook (#3406)

* perf: plugin webhook

* perf: plugin webhook
This commit is contained in:
Archer
2024-12-16 16:44:39 +08:00
committed by GitHub
parent 8e9c030600
commit 8ba339e78f
16 changed files with 439 additions and 211 deletions

View File

@@ -24,13 +24,14 @@
"@nestjs/core": "^10.0.0",
"@nestjs/platform-fastify": "^10.3.8",
"@nestjs/swagger": "^7.3.1",
"fastify": "^4.27.0",
"crypto": "^1.0.1",
"dayjs": "^1.11.7",
"fastify": "^4.27.0",
"isolated-vm": "^4.7.2",
"tiktoken": "1.0.17",
"node-gyp": "^10.1.0",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
"rxjs": "^7.8.1",
"tiktoken": "1.0.17"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",