mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
Fixed bug regarding pagination
This commit is contained in:
parent
3c56af31cf
commit
ba71a39971
10 changed files with 29 additions and 38 deletions
|
|
@ -55,8 +55,6 @@ class ChatHistory(ChatHistoryBase):
|
|||
class Config:
|
||||
orm_mode = True
|
||||
|
||||
|
||||
|
||||
class ChatDelete(BaseModel):
|
||||
conversation_id: uuid.UUID
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue