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.
1 parent b40b514 commit dc56d56Copy full SHA for dc56d56
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