tg command-line tool (also available as together). It is separate from the Python SDK’s behavior unless you invoke the CLI.
How to opt out
You can disable telemetry tracking by setting theTOGETHER_TELEMETRY_DISABLED environment variable, or by running tg telemetry disable, which saves the choice to a local configuration file on disk.
Config file location:
- macOS / Linux:
$XDG_CONFIG_HOME/together/cli.jsonifXDG_CONFIG_HOMEis set, otherwise~/.config/together/cli.json. - Windows:
%APPDATA%\Together\cli.json.