Skip to content

Commit 0618257

Browse files
authored
Merge pull request #23658 from mikegcoleman/mikegcoleman-patch-1
Update environment variable instructions in manual (removed reference to ai gateway)
2 parents 4ef5baa + aa45415 commit 0618257

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

content/manuals/ai/cagent/_index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ they don't share knowledge.
4545
1. Set the following environment variables:
4646

4747
```bash
48-
# If using the Docker AI Gateway, set this environment variable or use
49-
# the `--models-gateway <url_to_docker_ai_gateway>` CLI flag
50-
51-
export CAGENT_MODELS_GATEWAY=<url_to_docker_ai_gateway>
52-
53-
# Alternatively, set keys for remote inference services.
54-
# These are not needed if you are using Docker AI Gateway.
55-
5648
export OPENAI_API_KEY=<your_api_key_here> # For OpenAI models
5749
export ANTHROPIC_API_KEY=<your_api_key_here> # For Anthropic models
5850
export GOOGLE_API_KEY=<your_api_key_here> # For Gemini models
@@ -245,4 +237,4 @@ it with the `cagent run <filename>` command.
245237

246238
- For more information about cagent, see the
247239
[GitHub repository](https://github.com/docker/cagent).
248-
- [Docker MCP Gateway](/manuals/ai/mcp-catalog-and-toolkit/mcp-gateway.md)
240+
- [Docker MCP Gateway](/manuals/ai/mcp-catalog-and-toolkit/mcp-gateway.md)

0 commit comments

Comments
 (0)