Skip to content

Commit a78020c

Browse files
update README
1 parent fc07a36 commit a78020c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ RepoAudit is a multi-agent framework for code auditing. We offer five agent inst
4040
python build.py
4141
```
4242

43-
4. Configure the OpenAI API key.
43+
4. Configure the OpenAI API key and Anthropic API key:
4444

4545
```sh
4646
export OPENAI_API_KEY=xxxxxx >> ~/.bashrc
47+
export ANTHROPIC_API_KEY=xxxxxx >> ~/.bashrc
4748
```
4849

49-
For Claude3.5, we use the model hosted by Amazon Bedrock. If you want to use Claude-3.5 and Claude-3.7, you may need to set up the environment first.
50-
5150

5251
## Quick Start
5352

0 commit comments

Comments
 (0)