Commit f727451
authored
feat: init v1 client format (#16)
* feat: init v1
* guide
* updates
* chore: tests
* fix: tests
* cleanup
* format
* chore: remove api key
* wip
* fix: trace scorer
* reapply gitignore
* chore: format
* fix: implement custom scorer
* fix: remove derailment
* chore: dont throw on prompt scorer get
* cleanup: no model
* judgment client -> judgeval
* chore: initialize true default1 parent 6f9c9fe commit f727451
File tree
71 files changed
+3828
-337
lines changed- .cursor
- .github/workflows
- .idea
- codeStyles
- .vscode
- examples
- src/main/java/examples/simple_chat
- judgeval-java
- src
- main/java/com/judgmentlabs/judgeval
- data
- internal/api
- scorers
- api_scorers
- custom_scorer
- prompt_scorer
- tracer
- v1
- data
- evaluation
- scorers
- built_in
- custom_scorer
- prompt_scorer
- tracer
- exporters
- test/java/com/judgmentlabs/judgeval/v1
- data
- evaluation
- scorers
- built_in
- tracer
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+3828
-337
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | | - | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | | - | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
0 commit comments