From aa454152680945d9b7a44ec6e57ede722f134774 Mon Sep 17 00:00:00 2001 From: Mike Coleman Date: Tue, 4 Nov 2025 14:17:13 -0800 Subject: [PATCH] Update environment variable instructions in manual Removed instructions for Docker AI Gateway environment variable. --- content/manuals/ai/cagent/_index.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/content/manuals/ai/cagent/_index.md b/content/manuals/ai/cagent/_index.md index b71249e478f4..77ea20c69b29 100644 --- a/content/manuals/ai/cagent/_index.md +++ b/content/manuals/ai/cagent/_index.md @@ -45,14 +45,6 @@ they don't share knowledge. 1. Set the following environment variables: ```bash - # If using the Docker AI Gateway, set this environment variable or use - # the `--models-gateway ` CLI flag - - export CAGENT_MODELS_GATEWAY= - - # Alternatively, set keys for remote inference services. - # These are not needed if you are using Docker AI Gateway. - export OPENAI_API_KEY= # For OpenAI models export ANTHROPIC_API_KEY= # For Anthropic models export GOOGLE_API_KEY= # For Gemini models @@ -245,4 +237,4 @@ it with the `cagent run ` command. - For more information about cagent, see the [GitHub repository](https://github.com/docker/cagent). -- [Docker MCP Gateway](/manuals/ai/mcp-catalog-and-toolkit/mcp-gateway.md) \ No newline at end of file +- [Docker MCP Gateway](/manuals/ai/mcp-catalog-and-toolkit/mcp-gateway.md)