We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4abf70 commit 661aa5cCopy full SHA for 661aa5c
1 file changed
src/groundlight/client.py
@@ -62,7 +62,10 @@ class Groundlight: # pylint: disable=too-many-instance-attributes
62
Client for accessing the Groundlight cloud service. Provides methods to create visual detectors,
63
submit images for analysis, and retrieve predictions.
64
65
- The API token (auth) is specified through the **GROUNDLIGHT_API_TOKEN** environment variable by default.
+ The API token (auth) is specified through the **GROUNDLIGHT_API_TOKEN** environment variable by
66
+ default.
67
+ If you are using a Groundlight Edge device, you can specify the endpoint through the
68
+ **GROUNDLIGHT_ENDPOINT** environment variable.
69
70
**Example usage**::
71
0 commit comments