document/content/docs/self-host/upgrading/4-12/4120.en.mdx
Update the FastGPT commercial edition (fastgpt-pro) environment variables:
# Secret key for file reading, must match the environment variable in the fastgpt image
FILE_TOKEN_KEY=filetokenkey
This script only needs to be run by commercial edition users.
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/initv4120' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
Script Functions
citeLinks in their response, enabling citation link display in the chat interface.