We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c0c2f commit cdc465fCopy full SHA for cdc465f
taskingai/_version.py
@@ -1,2 +1,2 @@
1
__title__ = "taskingai"
2
-__version__ = "0.2.4"
+__version__ = "0.2.5"
taskingai/client/models/schemas/chat_completion_request.py
@@ -36,4 +36,3 @@ class ChatCompletionRequest(BaseModel):
36
] = Field(...)
37
function_call: Optional[str] = Field(None)
38
functions: Optional[List[ChatCompletionFunction]] = Field(None)
39
- save_logs: bool = Field(False)
0 commit comments