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 2f3686b commit 3c42081
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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)
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pytest-ordering==0.6
pytest-xdist==3.6.1
PyYAML==6.0.1
pytest-assume==2.4.3
pytest-asyncio==0.23.6
pytest-asyncio==0.23.7
asyncio==3.4.3
pytest-tornasync>=0.6.0
pytest-trio==0.8.0
Expand Down

0 comments on commit 3c42081

Please sign in to comment.