Skip to content

Commit

Permalink
fix: fix chat completion request schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Dttbd committed May 23, 2024
1 parent 07c0c2f commit cdc465f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion taskingai/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = "taskingai"
__version__ = "0.2.4"
__version__ = "0.2.5"
1 change: 0 additions & 1 deletion taskingai/client/models/schemas/chat_completion_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ class ChatCompletionRequest(BaseModel):
] = Field(...)
function_call: Optional[str] = Field(None)
functions: Optional[List[ChatCompletionFunction]] = Field(None)
save_logs: bool = Field(False)

0 comments on commit cdc465f

Please sign in to comment.