Setup: Python SDK Installation & API Key Retrieval
Install the Python SDK in your Development Environment
pip install deepchecks-llm-client
Generate an API Key (via the UI)
As a best practice we recommend that you save this key as an environment variable with the name DEEPCHECKS_API_KEY and retrieve it from there.
Thats it! you are ready to get started
Updated about 1 month ago