Skip to content

Commit 661aa5c

Browse files
authored
tells users about GROUNDLIGHT_ENDPOINT in client docstring (#303)
1 parent c4abf70 commit 661aa5c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/groundlight/client.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ class Groundlight: # pylint: disable=too-many-instance-attributes
6262
Client for accessing the Groundlight cloud service. Provides methods to create visual detectors,
6363
submit images for analysis, and retrieve predictions.
6464
65-
The API token (auth) is specified through the **GROUNDLIGHT_API_TOKEN** environment variable by default.
65+
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.
6669
6770
**Example usage**::
6871

0 commit comments

Comments
 (0)