We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc07a36 commit a78020cCopy full SHA for a78020c
1 file changed
README.md
@@ -40,14 +40,13 @@ RepoAudit is a multi-agent framework for code auditing. We offer five agent inst
40
python build.py
41
```
42
43
-4. Configure the OpenAI API key.
+4. Configure the OpenAI API key and Anthropic API key:
44
45
```sh
46
export OPENAI_API_KEY=xxxxxx >> ~/.bashrc
47
+ export ANTHROPIC_API_KEY=xxxxxx >> ~/.bashrc
48
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
-
51
52
## Quick Start
53
0 commit comments