gaaaw commited on
Commit
0e1c65c
·
verified ·
1 Parent(s): 9d04621

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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://<tbd>"
300
- export APIEVAL_GRADE_URL="https://<tbd>"
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