Skip to content

Commit e56d490

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
only
1 parent 2ef2083 commit e56d490

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/opengradient/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ print(result.model_output)
6060
The [Client](./client/index) object exposes three namespaces:
6161

6262
- **[llm](./client/llm)** -- LLM chat and completion
63-
- **[alpha](./client/alpha)** -- On-chain ONNX model inference, workflow deployment, and scheduled ML model execution
63+
- **[alpha](./client/alpha)** -- On-chain ONNX model inference, workflow deployment, and scheduled ML model execution (only available on the Alpha Testnet)
6464
- **[model_hub](./client/model_hub)** -- Model repository management
6565

6666
## Model Hub (requires email auth)

src/opengradient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
The `opengradient.client.Client` object exposes three namespaces:
5252
5353
- **`opengradient.client.llm`** -- LLM chat and completion
54-
- **`opengradient.client.alpha`** -- On-chain ONNX model inference, workflow deployment, and scheduled ML model execution
54+
- **`opengradient.client.alpha`** -- On-chain ONNX model inference, workflow deployment, and scheduled ML model execution (only available on the Alpha Testnet)
5555
- **`opengradient.client.model_hub`** -- Model repository management
5656
5757
## Model Hub (requires email auth)

0 commit comments

Comments
 (0)