Skip to content

Commit 677ccc3

Browse files
committed
uncomment x-defang-llm
1 parent 53de5c1 commit 677ccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/managed-llm/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
# Defang OpenAI Access Gateway
2121
# This service is used to route requests to the LLM API
2222
llm:
23-
# x-defang-llm: true # this must be set to true for the gateway to work
23+
x-defang-llm: true # this must be set to true for the gateway to work
2424
image: docker.io/defangio/openai-access-gateway:latest
2525
ports:
2626
- target: 80

0 commit comments

Comments
 (0)