We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e157469 commit c98c8cfCopy full SHA for c98c8cf
fastlabel/api.py
@@ -7,8 +7,7 @@
7
8
9
class Api:
10
- # base_url = "https://api.fastlabel.ai/v1/"
11
- base_url = "http://localhost:4000/v1/"
+ base_url = "https://api.fastlabel.ai/v1/"
12
13
access_token = None
14
0 commit comments