<4.12.0
V4.10.0
FastGPT V4.10.0 Update Notes
Upgrade Guide
Docker Deployment
- Refer to the latest docker-compose.yml file to add the
fastgpt-pluginandminioservices. - Set the
fastgpt-pluginenvironment variableAUTH_TOKENto a sufficiently complex value. - Set the
fastgpt-pluginenvironment variableMINIO_CUSTOM_ENDPOINTtohttp://ip:portor a relevant domain name that is accessible to FastGPT users. - Update the environment variables for the
fastgptandfastgpt-pro(commercial edition) containers:
PLUGIN_BASE_URL=http://fastgpt-plugin:3000
PLUGIN_TOKEN=the AUTH_TOKEN value you just set- Update the
fastgptandfastgpt-proimage tags to: v4.10.0-fix - Run
docker-compose up -dto start/update all services.
Sealos Deployment
- In the Sealos desktop
Object Storage, create a new bucket withpublicReadpermissions and obtain the relevant credentials:

- Deploy the
fastgpt-pluginservice using the imageregistry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.0. Expose internal port 3000 (no public access required) and set the following environment variables:
AUTH_TOKEN=authentication token
# Log level: debug, info, warn, error
LOG_LEVEL=info
# S3 configuration
MINIO_CUSTOM_ENDPOINT=External
MINIO_ENDPOINT=Internal address
MINIO_PORT=80
MINIO_USE_SSL=false
MINIO_ACCESS_KEY=Access Key
MINIO_SECRET_KEY=Secret Key
MINIO_BUCKET=bucket name- Update the environment variables and image tags for the
fastgptandfastgpt-pro(commercial edition) containers to: v4.10.0-fix
PLUGIN_BASE_URL=internal address of the fastgpt-plugin service
PLUGIN_TOKEN=the AUTH_TOKEN value you just setNew Features
- Standalone system tool service with support for independent development and debugging of system tools.
- Updated System Tool Development Guide.
- Updated System Tool Design Documentation.
Edit on GitHub
File Updated