<4.12.0
V4.6.5 (Configuration Changes Required)
FastGPT V4.6.5
Configuration Changes
Since OpenAI has begun deprecating function calls in favor of tool choice, FastGPT has updated its configuration and invocation methods accordingly. You'll need to make some changes to your configuration file:
View the latest configuration file
- The main change is renaming the
functionCallfield totoolChoicein your model configuration. Models with this set totruewill use OpenAI's tools mode by default; models without it or with it set tofalsewill use prompt-based generation.
The question optimization model and content extraction model now share the same configuration.
- Add
"ReRankModels": []to your configuration.
V4.6.5 New Features
- New - Question Optimization node
- New - Text Editor node
- New - Classifier node
- New - Custom Feedback node
- New - The Content Extraction node now supports model selection and field enumerations.
- Improved - DOCX parsing with table support (tables are converted to Markdown).
- Improved - Advanced orchestration connection line interactions.
- Improved - Fixed CPU-intensive computation caused by html2md that was blocking the thread.
- Fixed - Prompt extraction descriptions in advanced orchestration.
Edit on GitHub
File Updated