Skip to content

Commit 46ee2c8

Browse files
author
Mike Goitia
committed
fix url
1 parent 8be9909 commit 46ee2c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

quotientai/async_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ def __init__(self, api_key: str):
4747
)
4848

4949
super().__init__(
50-
# base_url="https://api.quotientai.co/api/v1",
51-
base_url="http://127.0.0.1:8082/api/v1",
50+
base_url="https://api.quotientai.co/api/v1",
5251
headers={"Authorization": auth_header},
5352
)
5453

quotientai/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def __init__(self, api_key: str):
4949
)
5050

5151
super().__init__(
52-
# base_url="https://api.quotientai.co/api/v1",
53-
base_url="http://127.0.0.1:8082/api/v1",
52+
base_url="https://api.quotientai.co/api/v1",
5453
headers={"Authorization": auth_header},
5554
)
5655

0 commit comments

Comments
 (0)