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 ee8a3a2 commit 98c7693Copy full SHA for 98c7693
samples/managed-llm-provider/README.md
@@ -36,7 +36,7 @@ The `x-defang-llm` property on the `llm` service must be set to `true` in order
36
To run the application locally, you can use the following command:
37
38
```bash
39
-docker compose -f compose.dev.yaml up --build
+docker compose -f compose.local.yaml up --build
40
```
41
42
## Deployment
samples/managed-llm/README.md
@@ -38,7 +38,7 @@ The `x-defang-llm` property on the `llm` service must be set to `true` in order
43
44
0 commit comments