Use the information on this page to manage settings for projects in Chronosphere
Telemetry Pipeline.
Enable or disable GPT generation
GPT generation is enabled by default for new projects.
Certain parts of the Telemetry Pipeline web interface, like the configuration
settings for the custom Lua processing
rule, offer optional GPT generation tools. You can enable or disable these GPT generation
tools on a per-project basis.
To enable or disable GPT generation for a project, follow these steps in
Pipeline CLI:
-
Make sure your active API token in Pipeline CLI
is associated with the project where you want to enable or disable GPT
generation.
-
Run the following command to update the project settings:
calyptia update project --set-setting gpt=VALUE
Replace VALUE with true to enable GPT generation or false to disable
GPT generation.