mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"dayjs": "^1.11.7",
|
|
"openai": "4.23.0",
|
|
"encoding": "^0.1.13",
|
|
"js-tiktoken": "^1.0.7",
|
|
"axios": "^1.5.1",
|
|
"timezones-list": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.5"
|
|
}
|
|
}
|