Skip to content

Commit 53db435

Browse files
authored
Merge pull request #1092 from guardrails-ai/update_auth_required_install_msg
update message to clarify token usage
2 parents a7b43dd + 75e6c4c commit 53db435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guardrails/cli/server/hub_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
to update your token.
2121
{FIND_NEW_TOKEN}"""
2222
TOKEN_INVALID_MESSAGE = f"""Your token is invalid. Please run `guardrails configure`\
23-
to update your token.
23+
to update your token. The token is only required to install validators and run remote \
24+
inference. It is not needed for local validation.
2425
{FIND_NEW_TOKEN}"""
2526

2627
VALIDATOR_HUB_SERVICE = os.getenv(

0 commit comments

Comments
 (0)