We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b43dd + 75e6c4c commit 53db435Copy full SHA for 53db435
guardrails/cli/server/hub_client.py
@@ -20,7 +20,8 @@
20
to update your token.
21
{FIND_NEW_TOKEN}"""
22
TOKEN_INVALID_MESSAGE = f"""Your token is invalid. Please run `guardrails configure`\
23
-to update your token.
+to update your token. The token is only required to install validators and run remote \
24
+inference. It is not needed for local validation.
25
26
27
VALIDATOR_HUB_SERVICE = os.getenv(
0 commit comments