We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b41114 commit bd1261aCopy full SHA for bd1261a
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "judges"
7
-version = "0.0.4"
+version = "0.0.5"
8
authors = [
9
{name = "Freddie Vargus", email = "freddie@quotientai.co"},
10
{name = "James Liounis", email = "james@quotientai.co"},
11
]
12
-description = "A small library for off-the-shelf LLMs as judges."
+description = "A small library of research-backed LLM judges"
13
dependencies = [
14
"openai == 1.57.4",
15
@@ -36,8 +36,6 @@ dev = [
36
"openai-responses==0.11.2",
37
38
39
-
40
41
[tool.setuptools.packages.find]
42
include = ["judges*"]
43
exclude = ["tests*"]
0 commit comments