Skip to content

Commit 5028e20

Browse files
authored
Update README.md
1 parent a1ef970 commit 5028e20

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A framework for identifying vulnerabilities in and evaluating the security of AI
77

88
#### Full Documentations: https://avise.readthedocs.io
99

10+
## Quickstart for evaluating Language Models
1011

1112
### Prerequisites
1213

@@ -56,7 +57,7 @@ docker exec -it avise-ollama ollama pull <model_name>
5657

5758
### 5. Configure Connectors
5859

59-
Edit `avise/configs/connector/ollama.json`:
60+
Edit `avise/configs/connector/languagemodel/ollama.json`:
6061

6162
```json
6263
{
@@ -89,7 +90,7 @@ python -m avise --SET prompt_injection --connectorconf ollama
8990
If you want to use custom configuration files for SETs and/or Connectors, you can do so by giving the paths to the configuration files with `--SETconf` and `--connectorconf` arguments:
9091

9192
```bash
92-
python -m avise --SET prompt_injection --SETconf avise/configs/SET/languagemodel/single_turn/prompt_injection_mini.json --connectorconf avise/configs/connector/ollama.json
93+
python -m avise --SET prompt_injection --SETconf avise/configs/SET/languagemodel/single_turn/prompt_injection_mini.json --connectorconf avise/configs/connector/languagemodel/ollama.json
9394
```
9495

9596
### Required Arguments

0 commit comments

Comments
 (0)