Skip to content

Commit 5661ee8

Browse files
adds multichat task type (#91)
1 parent 3f646fd commit 5661ee8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scaleapi/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.15.9"
1+
__version__ = "2.15.10"
22
__package_name__ = "scaleapi"

scaleapi/tasks.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class TaskType(Enum):
3333
Chat = "chat"
3434
ChatExperimental = "chatexperimental"
3535
ChatLite = "chatlite"
36+
MultiChat = "multichat"
3637

3738

3839
class TaskReviewStatus(Enum):

0 commit comments

Comments
 (0)