Skip to content

Commit c5d8f0e

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
env var clarification
1 parent e447c95 commit c5d8f0e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ opengradient config init
5050

5151
### Environment Variables
5252

53-
The SDK requires the following environment variable:
54-
55-
- **`OG_PRIVATE_KEY`** (Required): Your Ethereum-compatible wallet private key for OpenGradient transactions
53+
The SDK accepts configuration through environment variables, though most parameters (like `private_key`) are passed directly to the client.
5654

5755
The following Firebase configuration variables are **optional** and only needed for Model Hub operations (uploading/managing models):
5856

@@ -63,7 +61,7 @@ The following Firebase configuration variables are **optional** and only needed
6361
- `FIREBASE_APP_ID`
6462
- `FIREBASE_DATABASE_URL`
6563

66-
**Note**: If you're only using the SDK for LLM inference, you can skip the Firebase configuration entirely.
64+
**Note**: If you're only using the SDK for LLM inference, you don't need to configure any environment variables.
6765

6866
### Client Initialization
6967
```python

0 commit comments

Comments
 (0)