Skip to content

Commit

Permalink
chore: Upgrade agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed May 6, 2024
1 parent d4f8b29 commit 910c51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/agents/cookbook/calculator_with_agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this example, we will show you how to use an agent as your calculator.
Install the required packages by running the following command:

```bash
pip install "dbgpt[agent]>=0.5.6rc0" -U
pip install "dbgpt[agent]>=0.5.6rc1" -U
pip install openai
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/agents/custom_agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ summarizer.
Install the required packages by running the following command:

```bash
pip install "dbgpt[agent]>=0.5.6rc0" -U
pip install "dbgpt[agent]>=0.5.6rc1" -U
pip install openai
```

Expand Down

0 comments on commit 910c51d

Please sign in to comment.