Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
safikhanSoofiyani authored Jun 20, 2024
1 parent e89947c commit c180ba4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ To run perturbation generation and evaluation, you need to install the required
pip install -r requirements.txt
```

Setup OpenAI key to make the API calls.
Setup required API keys to make the API calls.
```bash
export OPENAI_API_KEY=[ADD_YOUR_OPENAI_API_KEY]
export CLAUDE_API_KEY=[ADD_YOUR_CLAUDE_API_KEY]
export GEMINI_API_KEY=[ADD_YOUR_GEMINI_API_KEY]
export LLAMA3_API_KEY=[ADD_LLAMA3_API_KEY]
export LLAMA3_BASE_URL=[ADD_LLAMA3_BASE_URL]
```
We use hosted services for using Llama-3-70B-Instruct Model.

## Generate Perturbations

Expand Down Expand Up @@ -78,4 +83,4 @@ If you used this repository or our models, please cite our work:

```bibtex
```
```

0 comments on commit c180ba4

Please sign in to comment.