Skip to content

Commit ae3065e

Browse files
authored
Update samples/managed-llm-provider/compose.yaml
1 parent e2c99f7 commit ae3065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/managed-llm-provider/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "8000:8000"
88
restart: always
99
environment:
10-
- LLM_MODEL=default # LLM model ID used in the Provider Service
10+
- LLM_MODEL # LLM model ID used
1111
# For other models, see https://docs.defang.io/docs/concepts/managed-llms/openai-access-gateway#model-mapping
1212
healthcheck:
1313
test: ["CMD", "python3", "-c", "import sys, urllib.request; urllib.request.urlopen(sys.argv[1]).read()", "http://localhost:8000/"]

0 commit comments

Comments
 (0)