Skip to content

Commit 6d1a924

Browse files
Update README.md
1 parent e00540e commit 6d1a924

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ api_client = GradientAI(
3333
inference_client = GradientAI(
3434
inference_key=os.environ.get("GRADIENTAI_INFERENCE_KEY"), # This is the default and can be omitted
3535
)
36+
agent_client = GradientAI(
37+
agent_key=os.environ.get("GRADIENTAI_AGENT_KEY"), # This is the default and can be omitted
38+
)
3639

3740
print(api_client.agents.list())
3841

0 commit comments

Comments
 (0)