mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-08 01:08:43 +08:00
34842fc16e
* feat(reason): reasoning effort config * feat: reasoning effort config ui * refactor: price UI and add bordered table style * feat(reason): add default reasoning effort and propagate to tool call node * chore: ai-proxy version * refactor(ai): narrow openai v6 tool types and tidy reasoning UI * chore(ai): drop unused httpsAgent global and restore error-path * feat(ai): add reasoning effort tip in AI settings modal
38 lines
893 B
JSON
38 lines
893 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "vitest run -c vitest.config.ts",
|
|
"test:watch": "vitest -c vitest.config.ts"
|
|
},
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": "10.x"
|
|
},
|
|
"dependencies": {
|
|
"@fastgpt-sdk/plugin": "0.6.1",
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
"@bany/curl-to-json": "^1.2.8",
|
|
"axios": "catalog:",
|
|
"cron-parser": "^4.9.0",
|
|
"dayjs": "catalog:",
|
|
"encoding": "^0.1.13",
|
|
"js-yaml": "catalog:",
|
|
"jschardet": "3.1.1",
|
|
"json5": "catalog:",
|
|
"nanoid": "catalog:",
|
|
"next": "catalog:",
|
|
"openai": "6.34.0",
|
|
"openapi-types": "^12.1.3",
|
|
"timezones-list": "^3.0.2",
|
|
"lodash": "catalog:",
|
|
"zod": "catalog:",
|
|
"zod-openapi": "^5.4.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "catalog:",
|
|
"@types/js-yaml": "catalog:",
|
|
"@types/node": "catalog:"
|
|
}
|
|
}
|