Skip to content

Commit

Permalink
adds multichat task type (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfeng-scale authored Jun 20, 2024
1 parent 3f646fd commit 5661ee8
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.9"
__version__ = "2.15.10"
__package_name__ = "scaleapi"
1 change: 1 addition & 0 deletions scaleapi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class TaskType(Enum):
Chat = "chat"
ChatExperimental = "chatexperimental"
ChatLite = "chatlite"
MultiChat = "multichat"


class TaskReviewStatus(Enum):
Expand Down

0 comments on commit 5661ee8

Please sign in to comment.