File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
content/manuals/ai/cagent Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,6 @@ they don't share knowledge.
45451 . 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 )
You can’t perform that action at this time.
0 commit comments