diff --git a/pyproject.toml b/pyproject.toml index fc9c08a..7acfa3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "together" -version = "1.5.30" +version = "1.5.31" authors = ["Together AI "] description = "Python client for Together's Cloud Platform!" readme = "README.md" diff --git a/src/together/types/files.py b/src/together/types/files.py index 9f5ea52..2eccc54 100644 --- a/src/together/types/files.py +++ b/src/together/types/files.py @@ -15,6 +15,7 @@ class FilePurpose(str, Enum): FineTune = "fine-tune" BatchAPI = "batch-api" Eval = "eval" + EvalOutput = "eval-output" class FileType(str, Enum):