diff --git a/src/groundlight/client.py b/src/groundlight/client.py index 971551d9..33056960 100644 --- a/src/groundlight/client.py +++ b/src/groundlight/client.py @@ -62,7 +62,10 @@ class Groundlight: # pylint: disable=too-many-instance-attributes Client for accessing the Groundlight cloud service. Provides methods to create visual detectors, submit images for analysis, and retrieve predictions. - 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 + default. + If you are using a Groundlight Edge device, you can specify the endpoint through the + **GROUNDLIGHT_ENDPOINT** environment variable. **Example usage**::