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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ 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](#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.
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
12
This allows switching from OpenAI to the Managed LLMs on supported cloud platforms without modifying your application code.
0 commit comments