We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00540e commit 6d1a924Copy full SHA for 6d1a924
README.md
@@ -33,6 +33,9 @@ api_client = GradientAI(
33
inference_client = GradientAI(
34
inference_key=os.environ.get("GRADIENTAI_INFERENCE_KEY"), # This is the default and can be omitted
35
)
36
+agent_client = GradientAI(
37
+ agent_key=os.environ.get("GRADIENTAI_AGENT_KEY"), # This is the default and can be omitted
38
+)
39
40
print(api_client.agents.list())
41
0 commit comments