Skip to content

Commit 0dbf9d6

Browse files
committed
refine wording for model access
1 parent 5b1b1d7 commit 0dbf9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/managed-llm-provider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can configure the `MODEL` and `ENDPOINT_URL` for the LLM separately for loca
1212
* The `MODEL` is the LLM Model ID you are using.
1313
* The `ENDPOINT_URL` is the bridge that provides authenticated access to the LLM model.
1414

15-
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 access](https://cloud.google.com/vertex-ai/generative-ai/docs/control-model-access).
15+
Ensure you have enabled model access for 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 access](https://cloud.google.com/vertex-ai/generative-ai/docs/control-model-access).
1616

1717
### Docker Model Provider
1818

0 commit comments

Comments
 (0)