mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 07:24:34 +01:00
cleanup
This commit is contained in:
@@ -42,6 +42,7 @@ class ChatRequest(BaseModel):
|
||||
|
||||
|
||||
@router.get("/list")
|
||||
@router.get("/instances")
|
||||
async def list_chatbots(
|
||||
current_user: User = Depends(get_current_user),
|
||||
db: AsyncSession = Depends(get_db)
|
||||
|
||||
Reference in New Issue
Block a user