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 69864a8 commit fe596d8Copy full SHA for fe596d8
parcllabs/__init__.py
@@ -1,8 +1,7 @@
1
from parcllabs.__version__ import VERSION as __version__ # noqa: F401, N811
2
3
# Constants
4
-# DEFAULT_API_BASE = "https://api.parcllabs.com"
5
-DEFAULT_API_BASE = "https://api.dev.parcllabs.com"
+DEFAULT_API_BASE = "https://api.parcllabs.com"
6
7
api_key: str | None = None
8
api_base = DEFAULT_API_BASE
0 commit comments