Skip to content

Commit dff9595

Browse files
authored
Merge pull request confident-ai#1252 from kritinv/guardrails
guardrails base url change
2 parents e27785d + e97a0f7 commit dff9595

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deepeval/guardrails/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from typing import Optional, List, Union, Dict
22
from pydantic import BaseModel
33

4-
BASE_URL = "http://localhost:8000"
5-
4+
BASE_URL = "https://deepeval.confident-ai.com/"
65

76
class ApiGuardrails(BaseModel):
87
guard: str

0 commit comments

Comments
 (0)