ModelEngine-Group / ModelEngine-Group/fit-framework
节点调用后端接口时机变化
@RonnyChan96 is already working on this.
Since Jul 10, 2025.
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
功能摘要 / Feature Summary
节点调用后端接口改为触发下拉框后再调用
功能类型 / Feature Type
性能优化 / Performance Optimization
优先级 / Priority
高 - 非常需要这个功能 / High - Really need this feature
问题描述 / Problem Description
当大模型节点过多时,调用后端同一个端口导致http请求stalled,当后端性能不足时,部分http请求会超时。
建议的解决方案 / Proposed Solution
1.调整节点中调用后端接口时机,由渲染节点时调用改为下拉框下拉再调用
2.修改默认值渲染逻辑,节点中默认值在数据库模板中全部使用占位符,后端调用接口替换占位符后再返回
替代方案 / Alternative Solutions
No response
确认事项 / Confirmations
-
我已经搜索了现有的 issues 和讨论,确认这不是重复建议
I have searched existing issues and discussions, confirming this is not a duplicate suggestion -
这个功能符合项目的目标和范围
This feature aligns with the project's goals and scope -
我理解这个功能可能需要时间来实现
I understand this feature may take time to implement -
我愿意协助实现这个功能 (可选)
I'm willing to help implement this feature (optional)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.