Skip to content

Commit

Permalink
added text
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jun 21, 2024
1 parent 695e74e commit 8ec73d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions notebook/agentchat_agentops.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"## Adding AgentOps to an existing Autogen service.\n",
"To get started, you'll need to install the AgentOps package and set an API key.\n",
"\n",
"AgentOps automatically configures itself when it's initialized meaning your will be tracked and logged to your AgentOps account right away."
"AgentOps automatically configures itself when it's initialized meaning your agent run data will be tracked and logged to your AgentOps account right away."
]
},
{
Expand Down Expand Up @@ -72,7 +72,7 @@
"\n",
"By default, the AgentOps `init()` function will look for an environment variable named `AGENTOPS_API_KEY`. Alternatively, you can pass one in as an optional parameter.\n",
"\n",
"Create an account and obtain an API key at [AgentOps.ai](https://agentops.ai/)"
"Create an account and obtain an API key at [AgentOps.ai](https://agentops.ai/settings)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion website/docs/ecosystem/agentops.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pip install agentops
```

2. **Create an API Key:**
Create a user API key here: [Create API Key](https://app.agentops.ai/account)
Create a user API key here: [Create API Key](https://app.agentops.ai/settings/projects)

3. **Configure Your Environment:**
Add your API key to your environment variables
Expand Down

0 comments on commit 8ec73d4

Please sign in to comment.