Skip to content

Commit 4658cc9

Browse files
pjoshi30Preetam Joshi
andauthored
Updating Client to use V3 API (#10)
Updating Client to use V3 API (#10) --------- Co-authored-by: Preetam Joshi <info@aimon.ai>
1 parent 8a394a3 commit 4658cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aimon/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ApplicationStage:
1919

2020
class Client(object):
2121

22-
DETECTION_API_URL = "https://api.aimon.ai/v2/inference"
22+
DETECTION_API_URL = "https://api.aimon.ai/v3/inference"
2323

2424
def __init__(self, api_key, email):
2525
self.api_key = api_key

0 commit comments

Comments
 (0)