You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/managed-llm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ This sample application demonstrates the use of OpenAI-compatible Managed LLMs (
7
7
8
8
> Note: Using Docker Model Provider? See our [*Managed LLM with Docker Model Provider*](https://github.com/DefangLabs/samples/tree/main/samples/managed-llm-provider) sample.
9
9
10
-
Using the Defang OpenAI Access Gateway, the Managed LLM feature `x-defang-llm: true`allows users to use AWS Bedrock or Google Cloud Vertex AI models with an OpenAI-compatible SDK.
10
+
Using the [Defang OpenAI Access Gateway](#defang-openai-access-gateway), the feature `x-defang-llm: true`enables you to use Managed LLMs on the Defang Playground or with BYOC providers (such as AWS Bedrock or GCP Vertex AI) with an OpenAI-compatible SDK.
11
11
12
-
This enables switching from OpenAI to one of these cloud-native platforms without modifying your application code. This feature is available in the Defang Playground and Defang BYOC.
12
+
This allows switching from OpenAI to the Managed LLMs on supported cloud platforms without modifying your application code.
13
13
14
14
You can configure the `MODEL` and `ENDPOINT_URL` for the LLM separately for local development and production environments.
0 commit comments