Skip to content

Commit ffd40a5

Browse files
committed
updated to add gcp llm
1 parent 333f8e4 commit ffd40a5

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

docs/concepts/managed-llms/managed-language-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ If you already have an OpenAI-compatible application, Defang makes it easy to de
3535
| [Playground](/docs/providers/playground#managed-large-language-models) ||
3636
| [AWS Bedrock](/docs/providers/aws#managed-large-language-models) ||
3737
| [DigitalOcean GenAI](/docs/providers/digitalocean#future-improvements) ||
38-
| [GCP Vertex](/docs/providers/gcp#managed-large-language-models) | |
38+
| [GCP Vertex](/docs/providers/gcp#managed-large-language-models) | |

docs/concepts/managed-llms/openai-access-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ See [our tutorial](/docs/tutorials/deploying-openai-apps-aws-bedrock/) which des
1515
| Provider | Managed Language Models |
1616
| --- | --- |
1717
| [Playground](/docs/providers/playground#managed-services) ||
18-
| [AWS Bedrock](/docs/providers/aws#managed-storage) ||
18+
| [AWS Bedrock](/docs/providers/aws#managed-llms) ||
1919
| [DigitalOcean GenAI](/docs/providers/digitalocean#future-improvements) ||
20-
| [GCP Vertex](/docs/providers/gcp#future-improvements) | |
20+
| [GCP Vertex](/docs/providers/gcp#managed-llms) | |

docs/providers/gcp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ The GCP provider does not currently support storing sensitive config values.
6161

6262
### Managed LLMs
6363

64-
Defang offers integration with managed, cloud-native large language model services with the `x-defang-llm` service extension. Add this extension to any services which use the Bedrock SDKs.
65-
66-
When using [Managed LLMs](/docs/concepts/managed-llms/managed-language-models.md), the Defang CLI provisions an ElastiCache Redis cluster in your account.
64+
Defang offers integration with managed, cloud-native large language model services with the x-defang-llm service extension. Add this extension to any services which use the [Google Vertex AI SDKs](https://cloud.google.com/vertex-ai/docs/python-sdk/use-vertex-ai-sdk).
6765

6866
### Future Improvements
6967

0 commit comments

Comments
 (0)