<4.12.0
V4.8.17 (Includes Migration Script)
FastGPT V4.8.17 Release Notes
Upgrade Guide
1. Update images:
- Update the fastgpt image tag to v4.8.17-fix-title
- Update the fastgpt-pro commercial edition image tag to v4.8.17
- Sandbox image update is not required
2. Run migration script
From any terminal, send an HTTP request. Replace {{rootkey}} with the rootkey from your environment variables, and {{host}} with your FastGPT domain.
curl --location --request POST 'https://{{host}}/api/admin/initv4817' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This migrates user-bound OpenAI accounts to the team level.
Completions API response changes
The /api/v1/chat/completions endpoint response has been updated. Nodes that use models (chat nodes, tool nodes, etc.) will no longer return a tokens field. Instead, they return inputTokens and outputTokens fields representing the input and output token counts respectively.
Full Release Notes
- New - Simple Mode tool calls support array-type plugins.
- New - Workflow adds auto-save on abnormal exit to prevent workflow loss.
- New - LLM model parameters support disabling
max_tokensandtemperature. - New - Commercial edition supports configuring the template marketplace in the admin panel.
- New - Commercial edition supports configuring custom workflow variables in the admin panel for business system authentication integration.
- New - Search test API supports query optimization.
- New - Input tokens and output tokens are now tracked and displayed separately in workflows. Also fixed billing not recording output tokens for some requests.
- Improved - Markdown size check: content exceeding 200K characters no longer uses the Markdown component to prevent crashes.
- Improved - Knowledge Base search parameters: sliders now support input mode for more precise control.
- Improved - Available models display UI.
- Improved - MongoDB queries with added virtual fields.
- Fixed - File response API missing
Content-Lengthheader, causing Alibaba vision models to fail image recognition when uploading files from different origins. - Fixed - Removed hidden line breaks from both ends of condition node strings to prevent condition evaluation failures.
- Fixed - Variable update node: non-string data types could not be auto-converted when manually entering update content.
- Fixed - Doubao models unable to make tool calls.
Edit on GitHub
File Updated