Skip to content

Commit bd2b041

Browse files
remove path suffix from LLM_URL
we want to be able to add it in app.py
1 parent beb3d58 commit bd2b041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/managed-llm/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ services:
77
- "8000:8000"
88
restart: always
99
environment:
10-
- LLM_URL=http://llm/api/v1/chat/completions # endpoint to the gateway service
11-
- MODEL=default # LLM model ID used for the gateway.
10+
- LLM_URL=http://llm/api/v1/ # endpoint to the gateway service
11+
- MODEL=default # LLM model ID used for the gateway.
1212
# For other models, see https://docs.defang.io/docs/concepts/managed-llms/openai-access-gateway#model-mapping
1313
- OPENAI_API_KEY=FAKE_TOKEN # the actual value will be ignored when using the gateway, but it should match the one in the llm service
1414
healthcheck:

0 commit comments

Comments
 (0)