Skip to content

Commit

Permalink
return zenguard api url back
Browse files Browse the repository at this point in the history
  • Loading branch information
yaksh0nti committed Jun 15, 2024
1 parent 822873b commit f8dafce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/tools/zenguard/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ZenGuardTool(BaseTool):

zenguard_api_key: Optional[str] = Field(default=None)

_ZENGUARD_API_URL_ROOT = "https://dummyai-backend-gwlrf6iakq-uc.a.run.app/"
_ZENGUARD_API_URL_ROOT = "https://api.zenguard.ai/"
_ZENGUARD_API_KEY_ENV_NAME = "ZENGUARD_API_KEY"

@validator("zenguard_api_key", pre=True, always=True, check_fields=False)
Expand Down

0 comments on commit f8dafce

Please sign in to comment.