v4.11.1-fix3
labring/FastGPTv4.11.1-fix3Aug 8, 2025by c121914yu
AI Summary
A hotfix addressing a configuration issue where the maxToken field was not being assigned when pulling model configurations from the plugin.
Key Highlights
- Fixed maxToken field assignment for new models and new deployments.
- Existing models remain unaffected by this change.
Full Release Notes
## 变更说明 1. 修复从 plugin 拉取模型配置时,maxToken 字段未赋值,导致客户端无法选择模型最大输出值。(仅对新模型/新部署有影响,已用的模型不影响) ## What's Changed * doc by @c121914yu in https://github.com/labring/FastGPT/pull/5401 * fix: max tokens config by @c121914yu in https://github.com/labring/FastGPT/pull/5409 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.11.1-fix2...v4.11.1-fix3