Skip to content

Commit 3f646fd

Browse files
author
Nitya Kasturi
authored
Add ChatLite TaskType (#90)
* Add ChatLite TaskType * bump version
1 parent 396f864 commit 3f646fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scaleapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.15.8"
1+
__version__ = "2.15.9"
22
__package_name__ = "scaleapi"

scaleapi/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class TaskType(Enum):
3232
SensorFusion = "sensorfusion"
3333
Chat = "chat"
3434
ChatExperimental = "chatexperimental"
35+
ChatLite = "chatlite"
3536

3637

3738
class TaskReviewStatus(Enum):

0 commit comments

Comments
 (0)