From 29c1dc7eb82cfc98b8beaa185a18a9b9f4a9f928 Mon Sep 17 00:00:00 2001 From: brandon Date: Mon, 13 Jan 2025 10:21:40 -0800 Subject: [PATCH] tells users about GROUNDLIGHT_ENDPOINT in client docstring --- src/groundlight/client.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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**::