Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Usage

anaconda ai config [OPTIONS]

Description

Views or updates anaconda-ai configuration settings in ~/.anaconda/config.toml under [plugin.ai]. Without --yes or --dry-run, the command prompts for confirmation before writing changes.

Options

Examples

Set the default backend to AI Catalyst
anaconda ai config --backend ai-catalyst --yes
Preview configuration changes without applying them
anaconda ai config --backend ai-catalyst --server-operations-timeout 120 --dry-run
Disable automatic server shutdown on exit
anaconda ai config --stop-server-on-exit false --yes