Skip to content

Commit

Permalink
Adding multistage task type (#93)
Browse files Browse the repository at this point in the history
* adding multistage task type

* Updating version
  • Loading branch information
patrick-scale committed Aug 6, 2024
1 parent f6d64cb commit e3c2d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scaleapi/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.15.11"
__version__ = "2.15.12"
__package_name__ = "scaleapi"
1 change: 1 addition & 0 deletions scaleapi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class TaskType(Enum):
ChatExperimental = "chatexperimental"
ChatLite = "chatlite"
MultiChat = "multichat"
MultiStage = "multistage"


class TaskReviewStatus(Enum):
Expand Down

0 comments on commit e3c2d05

Please sign in to comment.