Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
menhguin authored Jul 16, 2024
1 parent c197c8d commit b66278c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This project is structured into two main components:
```

2. To add a new dataset:
- Add a new Json with the same format as the current one. Currently the filepath just detects whatever file in the project folder is named _live_test_cases.json_. Note that this unit test natively supports multi-turn message log input via both Anthropic and OpenAI APIs.
- Add a new Json with the same format as the current one. Currently the filepath just detects whatever file in the project folder is named `live_test_cases.json`. Note that this unit test natively supports multi-turn message log input via both Anthropic and OpenAI APIs.
- Run `python chat_ranker/test_case_ranker.py`.

3. To add a new model or system prompt:
Expand Down

0 comments on commit b66278c

Please sign in to comment.