From 661aa5cff271dcf98b85ee30d1767bed6c7d5346 Mon Sep 17 00:00:00 2001 From: Brandon <132288221+brandon-groundlight@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:40:25 -0800 Subject: [PATCH] tells users about GROUNDLIGHT_ENDPOINT in client docstring (#303) --- 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 0a8d4626..7c76b560 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**::