> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage project settings in Telemetry Pipeline

Use the information on this page to manage settings for projects in Chronosphere
Telemetry Pipeline.

## Enable or disable GPT generation

<Note>
  GPT generation is enabled by default for new projects.
</Note>

> Requires Pipeline CLI version 3.81.0 or later.

Certain parts of the Telemetry Pipeline web interface, like the configuration
settings for the [custom Lua](/ingest/pipeline/processing-rules/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](/ingest/pipeline/pipeline-cli):

1. Make sure your active [API token](/ingest/pipeline/pipeline-cli/authenticate) in Pipeline CLI
   is associated with the project where you want to enable or disable GPT
   generation.

2. Run the following command to update the project settings:

   ```shell theme={null}
   calyptia update project --set-setting gpt=VALUE
   ```

   Replace *`VALUE`* with `true` to enable GPT generation or `false` to disable
   GPT generation.
