We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f646fd commit 5661ee8Copy full SHA for 5661ee8
scaleapi/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = "2.15.9"
+__version__ = "2.15.10"
2
__package_name__ = "scaleapi"
scaleapi/tasks.py
@@ -33,6 +33,7 @@ class TaskType(Enum):
33
Chat = "chat"
34
ChatExperimental = "chatexperimental"
35
ChatLite = "chatlite"
36
+ MultiChat = "multichat"
37
38
39
class TaskReviewStatus(Enum):
0 commit comments