Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -296,8 +296,8 @@ pip install -r eval/requirements.txt
|
|
| 296 |
### Configuration
|
| 297 |
Set the following environment variables before running:
|
| 298 |
```bash
|
| 299 |
-
export APIEVAL_BASE_URL="https://
|
| 300 |
-
export APIEVAL_GRADE_URL="https://
|
| 301 |
```
|
| 302 |
`APIEVAL_GRADE_URL` is optional. If omitted, bug detection scoring is skipped and the evaluator returns coverage and efficiency scores only.
|
| 303 |
|
|
|
|
| 296 |
### Configuration
|
| 297 |
Set the following environment variables before running:
|
| 298 |
```bash
|
| 299 |
+
export APIEVAL_BASE_URL="https://eval.kusho.ai"
|
| 300 |
+
export APIEVAL_GRADE_URL="https://eval.kusho.ai"
|
| 301 |
```
|
| 302 |
`APIEVAL_GRADE_URL` is optional. If omitted, bug detection scoring is skipped and the evaluator returns coverage and efficiency scores only.
|
| 303 |
|