You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/opengradient/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ print(result.model_output)
60
60
The [Client](./client/index) object exposes three namespaces:
61
61
62
62
-**[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)
64
64
-**[model_hub](./client/model_hub)** -- Model repository management
Copy file name to clipboardExpand all lines: src/opengradient/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
The `opengradient.client.Client` object exposes three namespaces:
52
52
53
53
- **`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)
55
55
- **`opengradient.client.model_hub`** -- Model repository management
0 commit comments