Skip to content

Commit 15b8a50

Browse files
committed
remove redundant var
1 parent 1b558cf commit 15b8a50

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

samples/agentic-strands/compose.dev.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ services:
88
published: 5001
99
mode: ingress
1010
environment:
11-
- LLM_MODEL=default
12-
- LLM_URL=http://llm/api/v1/
13-
1411
- AWS_REGION=${AWS_REGION} # replace with your AWS region
1512
- AWS_PROFILE=${AWS_PROFILE} # replace with your AWS profile name
1613
# - GCP_PROJECT_ID=${GCP_PROJECT_ID} # replace with your GCP project ID

samples/agentic-strands/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
mode: ingress
1212
environment:
1313
LLM_URL: http://llm/api/v1/
14-
LLM_MODEL: "default"
14+
LLM_MODEL: default
1515
OPENAI_API_KEY: FAKE_TOKEN
1616
depends_on:
1717
- llm

0 commit comments

Comments
 (0)