v4.14.24

microsoft/TinyTroupev4.14.24Jun 10, 2026by c121914yu

AI Summary

This release focuses on stabilizing the v1/completions API workflow by refining the abort condition logic. The update specifically addresses issues where socket reconnections were incorrectly triggering workflow terminations, improving overall API reliability.

Key Highlights

  • Optimized v1/completions abort condition logic
  • Reduced false interruptions caused by socket reconnections
  • Enhanced stability for API calling workflows

Full Release Notes

## 变更说明
1. 优化 v1/completions abort 条件判断,减少 socket 重连导致误判中断,导致 API 调用工作流时不时终止。

**Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.22...v4.14.24