Skip to content

Commit cdc465f

Browse files
committed
fix: fix chat completion request schema
1 parent 07c0c2f commit cdc465f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

taskingai/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "taskingai"
2-
__version__ = "0.2.4"
2+
__version__ = "0.2.5"

taskingai/client/models/schemas/chat_completion_request.py

-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ class ChatCompletionRequest(BaseModel):
3636
] = Field(...)
3737
function_call: Optional[str] = Field(None)
3838
functions: Optional[List[ChatCompletionFunction]] = Field(None)
39-
save_logs: bool = Field(False)

0 commit comments

Comments
 (0)