For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enabling the Textual Agent

The Textual Agent requires a connection to an LLM.

If you do not set these variables, then Textual uses the default provider and model.

To select a specific provider and model for the Textual Agent, set the following environment variables:

  • CHAT_LLM_PROVIDER - The LLM provider to use for the Textual Agent. For information about setting up connections to LLM providers, go to Configuring connections to LLM providers.

  • CHAT_MODEL_NAME - The name of the model to use for the Textual Agent.

Last updated

Was this helpful?