mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
3f4400a500
* feat: model config with brand-new price calculate machanism (#6616) * fix: image read and json error (Agent) (#6502) * fix: 1.image read 2.JSON parsing error * dataset cite and pause * perf: plancall second parse * add test --------- Co-authored-by: archer <545436317@qq.com> * master message * remove invalid code * wip: model config * feat: model config with brand-new price calculate machanism * merge main branch * ajust calculate way * ajust priceTiers resolve procession * perf: price config code * fix: default price * fix: test * fix: comment * fix test --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com> Co-authored-by: archer <545436317@qq.com> * wip: fix modal UI (#6634) * wip: fix modal UI * fix: maxInputToken set * chore: add price unit for non llm models * chore: replace question mark icon with beta tag (#6672) * feat:rerank too long; fix:rerank ui(agent),embedding returns 0 (#6663) * feat:rerank too long; fix:rerank ui(agent),embedding returns 0 * rerank * fix:rerank function * perf: rerank code * fix rerank * perf: model price ui --------- Co-authored-by: archer <545436317@qq.com> * remove llmtype field * revert model init * fix: filed * fix: model select filter * perf: multiple selector render * remove invalid checker * remove invalid i18n * perf: model selector tip * perf: model selector tip * fix cr * limit pnpm version * fix: i18n * fix action * set default mintoken * update i18n * perf: usage push * fix:rerank model ui (#6677) * fix: tier match error * fix: testr --------- Co-authored-by: Ryo <whoeverimf5@gmail.com> Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
74 lines
1.3 KiB
YAML
74 lines
1.3 KiB
YAML
packages:
|
|
- packages/*
|
|
- projects/*
|
|
- scripts/icon
|
|
- sdk/*
|
|
allowBuilds:
|
|
'@parcel/watcher': true
|
|
core-js: true
|
|
esbuild: true
|
|
mongodb-memory-server: true
|
|
msgpackr-extract: true
|
|
protobufjs: true
|
|
sharp: true
|
|
vue-demi: true
|
|
|
|
catalog:
|
|
'@chakra-ui/anatomy': ^2
|
|
'@chakra-ui/icons': ^2
|
|
'@chakra-ui/next-js': ^2
|
|
'@chakra-ui/react': ^2
|
|
'@chakra-ui/styled-system': ^2
|
|
'@chakra-ui/system': ^2
|
|
'@emotion/react': ^11
|
|
'@emotion/styled': ^11
|
|
'@fastgpt-sdk/logger': 0.1.2
|
|
'@fastgpt-sdk/otel': 0.1.0
|
|
'@fastgpt-sdk/storage': 0.6.15
|
|
'@modelcontextprotocol/sdk': ^1
|
|
'@types/lodash': ^4
|
|
'@types/node': ^20
|
|
'@types/react': ^18
|
|
'@types/react-dom': ^18
|
|
axios: 1.13.6
|
|
date-fns: ^3.6.0
|
|
dayjs: 1.11.19
|
|
eslint: ^8
|
|
eslint-config-next: 15.5.12
|
|
express: ^4
|
|
i18next: 23.16.8
|
|
js-yaml: ^4.1.1
|
|
json5: ^2.2.3
|
|
lodash: 4.17.23
|
|
minio: 8.0.7
|
|
next: 16.2.1
|
|
next-i18next: 15.4.2
|
|
next-rspack: 16.2.1
|
|
proxy-agent: ^6
|
|
react: ^18
|
|
react-dom: ^18
|
|
react-i18next: 14.1.2
|
|
tsdown: 0.21.4
|
|
typescript: ^5.9.3
|
|
zod: ^4
|
|
|
|
onlyBuiltDependencies:
|
|
- '@parcel/watcher'
|
|
- bufferutil
|
|
- canvas
|
|
- core-js
|
|
- esbuild
|
|
- mongodb-memory-server
|
|
- msgpackr-extract
|
|
- protobufjs
|
|
- puppeteer
|
|
- sharp
|
|
- utf-8-validate
|
|
- vue-demi
|
|
|
|
overrides:
|
|
'@types/react': ^18
|
|
'@types/react-dom': ^18
|
|
react: ^18
|
|
react-dom: ^18
|