Skip to content

Commit d465ab8

Browse files
committed
add gcp to permissions link
1 parent 54b33f8 commit d465ab8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Each cloud provider offers their own managed Large Language Model services. AWS
1313
In order to leverage cloud-native managed language models from your Defang services, all you need to do is add the `x-defang-llm` extension to the service config and Defang will configure the approprate roles and permissions for you.
1414

1515
:::tip
16-
Ensure you have the necessary permissions to access the model you intend to use. For example, if you are using AWS Bedrock, verify that your account has [model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html).
16+
Ensure you have the necessary permissions to access the model you intend to use. To do this, you can check your [AWS Bedrock model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html) or [GCP Vertex AI model permissions](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models?hl=en#grant-permissions).
1717
:::
1818

1919
## Example

docs/tutorials/deploying-openai-apps-aws-bedrock-gcp-vertex.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ You should configure your application to specify the model you want to use.
106106

107107
Choose the correct `MODEL` depending on which cloud provider you are using.
108108

109-
Ensure you have the necessary permissions to access the model you intend to use.
110-
For example, if you are using AWS Bedrock, verify that your account has [model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html).
109+
Ensure you have the necessary permissions to access the model you intend to use.
110+
To do this, you can check your [AWS Bedrock model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html) or [GCP Vertex AI model permissions](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models?hl=en#grant-permissions).
111111

112112
:::info
113113
**Choosing the Right Model**

0 commit comments

Comments
 (0)