Skip to content

Commit 98f55a4

Browse files
committed
.
1 parent 6ef3478 commit 98f55a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepeval/confident/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
DEEPEVAL_BASE_URL = "https://deepeval.confident-ai.com"
1717
DEEPEVAL_BASE_URL_EU = "https://eu.deepeval.confident-ai.com"
18-
API_BASE_URL = "http://localhost:3001"
18+
API_BASE_URL = "https://api.confident-ai.com"
1919
API_BASE_URL_EU = "https://eu.api.confident-ai.com"
2020
retryable_exceptions = requests.exceptions.SSLError
2121

0 commit comments

Comments
 (0)