Skip to content

Commit 9f72571

Browse files
add LLM_URL to managed-llm-provider env
1 parent 500a39e commit 9f72571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/managed-llm-provider/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
- "8000:8000"
88
restart: always
99
environment:
10+
- LLM_URL=http://llm/api/v1/
1011
- LLM_MODEL=default
1112
# For other models, see https://docs.defang.io/docs/concepts/managed-llms/openai-access-gateway#model-mapping
1213
healthcheck:

0 commit comments

Comments
 (0)