Skip to content

Commit 4f575d6

Browse files
authored
Update README.
1 parent c515339 commit 4f575d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This is a framework for measuring the effectiveness of LLMs and/or AI agents on generating ReactJS code.
66

77
The main features are:
8-
- Batch code generation using OpenAI
8+
- Batch code generation using an LLM or AI agent
99
- Batch ReactJS compilation and end-to-end testing using cloud sandboxes
1010
- Quick visualization of evaluation results
1111

@@ -37,6 +37,12 @@ e2b build --name "react-evals"
3737

3838
Once these steps are finished, you can go on to the instructions below.
3939

40+
## Using with GitWit
41+
42+
If you want to use with GitWit, clone [gitwit-server](https://github.com/gitwitorg/gitwit-server) in another directory. In the `gitwit-server` directory, run `yarn link`. Then, in the `react-eval` directory run `yarn install gitwit-server`.
43+
44+
For GitWit to work, you'll also need to add `AZURE_API_KEY` to your `.env`.
45+
4046
## Usage
4147

4248
**1. Create an evaluation set**

0 commit comments

Comments
 (0)