mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
* fix: plugin update * feat: get current time plugin * fix: ts * perf: select app ux * fix: ts * perf: max w * move code * perf: inform tip * fix: inform * doc * fix: tool handle * perf: tmp file store * doc * fix: message file selector * feat: doc * perf: switch trigger * doc * fix: openapi import * rount the number * parse openapi schema * fix empty line after variables (#64) * doc image * image size * doc * doc * catch error --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
23 lines
501 B
JSON
23 lines
501 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"axios": "^1.5.1",
|
|
"dayjs": "^1.11.7",
|
|
"encoding": "^0.1.13",
|
|
"js-tiktoken": "^1.0.7",
|
|
"openapi-types": "^12.1.3",
|
|
"openai": "4.28.0",
|
|
"nanoid": "^4.0.1",
|
|
"js-yaml": "^4.1.0",
|
|
"timezones-list": "^3.0.2",
|
|
"next": "13.5.2",
|
|
"jschardet": "3.1.1",
|
|
"@apidevtools/swagger-parser": "^10.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.8.5"
|
|
}
|
|
}
|