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 53de5c1 commit 677ccc3Copy full SHA for 677ccc3
samples/managed-llm/compose.yaml
@@ -20,7 +20,7 @@ services:
20
# Defang OpenAI Access Gateway
21
# This service is used to route requests to the LLM API
22
llm:
23
- # x-defang-llm: true # this must be set to true for the gateway to work
+ x-defang-llm: true # this must be set to true for the gateway to work
24
image: docker.io/defangio/openai-access-gateway:latest
25
ports:
26
- target: 80
0 commit comments