Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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**::

Expand Down
Loading