Skip to content

Commit dc56d56

Browse files
committed
update message to clarify token usage
1 parent b40b514 commit dc56d56

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)