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
-
The OpenAI-compatible managed LLM feature, provided by the Defang OpenAI Access Gateway, allows users to use AWS Bedrock or Google Cloud Vertex AI with an OpenAIcompatible SDK. This enables switching from OpenAI to one of these cloud-native platforms without modifying your application code.
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. 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.
11
11
12
12
You can configure the `MODEL` and `ENDPOINT_URL` for the LLM separately for local development and production environments.
0 commit comments