We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b558cf commit 15b8a50Copy full SHA for 15b8a50
samples/agentic-strands/compose.dev.yaml
@@ -8,9 +8,6 @@ services:
8
published: 5001
9
mode: ingress
10
environment:
11
- - LLM_MODEL=default
12
- - LLM_URL=http://llm/api/v1/
13
-
14
- AWS_REGION=${AWS_REGION} # replace with your AWS region
15
- AWS_PROFILE=${AWS_PROFILE} # replace with your AWS profile name
16
# - GCP_PROJECT_ID=${GCP_PROJECT_ID} # replace with your GCP project ID
samples/agentic-strands/compose.yaml
@@ -11,7 +11,7 @@ services:
LLM_URL: http://llm/api/v1/
- LLM_MODEL: "default"
+ LLM_MODEL: default
OPENAI_API_KEY: FAKE_TOKEN
depends_on:
17
- llm
0 commit comments