File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5755The 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
You can’t perform that action at this time.
0 commit comments