From 1a81bdc7952c15baf7a4680e5d2dda62908d7475 Mon Sep 17 00:00:00 2001 From: giwaov Date: Sat, 28 Feb 2026 17:10:41 +0100 Subject: [PATCH] docs: fix typo in examples README ('out' -> 'our') --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index acb97be..9bc8154 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,7 +8,7 @@ Before running any examples, ensure you have: 1. **Installed the SDK**: `pip install opengradient` 2. **Set up your credentials**: Configure your OpenGradient account using environment variables: - - `OG_PRIVATE_KEY`: Private key funded with **Base Sepolia OPG tokens** for x402 LLM payments (can be obtained from out [faucet](https://faucet.opengradient.ai)). + - `OG_PRIVATE_KEY`: Private key funded with **Base Sepolia OPG tokens** for x402 LLM payments (can be obtained from our [faucet](https://faucet.opengradient.ai)). - `OG_ALPHA_PRIVATE_KEY`: (Optional) Private key funded with **OpenGradient testnet gas tokens** for Alpha Testnet on-chain inference. Falls back to `OG_PRIVATE_KEY` when not set. - `OG_MODEL_HUB_EMAIL`: (Optional) Your Model Hub email for model uploads - `OG_MODEL_HUB_PASSWORD`: (Optional) Your Model Hub password for model uploads