We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef3478 commit 98f55a4Copy full SHA for 98f55a4
1 file changed
deepeval/confident/api.py
@@ -15,7 +15,7 @@
15
16
DEEPEVAL_BASE_URL = "https://deepeval.confident-ai.com"
17
DEEPEVAL_BASE_URL_EU = "https://eu.deepeval.confident-ai.com"
18
-API_BASE_URL = "http://localhost:3001"
+API_BASE_URL = "https://api.confident-ai.com"
19
API_BASE_URL_EU = "https://eu.api.confident-ai.com"
20
retryable_exceptions = requests.exceptions.SSLError
21
0 commit comments