<4.12.0
V4.8.2
FastGPT V4.8.2 Release Notes
Sealos Upgrade Instructions
- Create a new app in App Management with the image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.1
- No external access URL is needed. Set the port to 3000.
- After deployment, copy the app's internal network address.
- Click "Update" on FastGPT, modify the environment variables, and add the following:
SANDBOX_URL=internal-network-addressDocker Deployment
You can pull the latest docker-compose.yml file for reference.
- Add a new
sandboxcontainer. - Add the
SANDBOX_URLenvironment variable to the fastgpt and fastgpt-pro (commercial edition) containers. - It's recommended not to expose the sandbox to the public network, as it has no credential verification.
V4.8.2 Release Notes
- New - JavaScript code execution node (with improved type hints; more enhancements coming).
- New - Content extraction node now supports data type selection.
- Fixed - Newly added site sync not working.
- Fixed - Scheduled tasks unable to accept input content.
Edit on GitHub
File Updated