Skip to content

Commit 082790a

Browse files
Dttbdjameszyao
authored andcommitted
fix: fix chat completion request schema
1 parent 2f3686b commit 082790a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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)

test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest-ordering==0.6
99
pytest-xdist==3.6.1
1010
PyYAML==6.0.1
1111
pytest-assume==2.4.3
12-
pytest-asyncio==0.23.6
12+
pytest-asyncio==0.23.7
1313
asyncio==3.4.3
1414
pytest-tornasync>=0.6.0
1515
pytest-trio==0.8.0

0 commit comments

Comments
 (0)