mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00

* perf: password special chars * feat: llm paragraph;perf: chunk setting params * perf: text splitter worker * perf: get rawtext buffer * fix: test * fix: test * doc * min chunk size
27 lines
621 B
JSON
27 lines
621 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
"@bany/curl-to-json": "^1.2.8",
|
|
"axios": "^1.8.2",
|
|
"cron-parser": "^4.9.0",
|
|
"dayjs": "^1.11.7",
|
|
"encoding": "^0.1.13",
|
|
"js-yaml": "^4.1.0",
|
|
"jschardet": "3.1.1",
|
|
"json5": "^2.2.3",
|
|
"nanoid": "^5.1.3",
|
|
"next": "14.2.28",
|
|
"openai": "4.61.0",
|
|
"openapi-types": "^12.1.3",
|
|
"timezones-list": "^3.0.2",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "20.14.0"
|
|
}
|
|
}
|