Skip to content

Commit

Permalink
Merge pull request #1252 from kritinv/guardrails
Browse files Browse the repository at this point in the history
guardrails base url change
  • Loading branch information
penguine-ip authored Jan 8, 2025
2 parents e27785d + e97a0f7 commit dff9595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deepeval/guardrails/api.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from typing import Optional, List, Union, Dict
from pydantic import BaseModel

BASE_URL = "http://localhost:8000"

BASE_URL = "https://deepeval.confident-ai.com/"

class ApiGuardrails(BaseModel):
guard: str
Expand Down

0 comments on commit dff9595

Please sign in to comment.