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 e2c99f7 commit ae3065eCopy full SHA for ae3065e
samples/managed-llm-provider/compose.yaml
@@ -7,7 +7,7 @@ services:
7
- "8000:8000"
8
restart: always
9
environment:
10
- - LLM_MODEL=default # LLM model ID used in the Provider Service
+ - LLM_MODEL # LLM model ID used
11
# For other models, see https://docs.defang.io/docs/concepts/managed-llms/openai-access-gateway#model-mapping
12
healthcheck:
13
test: ["CMD", "python3", "-c", "import sys, urllib.request; urllib.request.urlopen(sys.argv[1]).read()", "http://localhost:8000/"]
0 commit comments