setup assisant bot

This commit is contained in:
OwusuBlessing
2025-07-24 14:27:56 +01:00
commit 95d357de60
62 changed files with 1106 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# api/models/responses.py
from pydantic import BaseModel
class ChatResponse(BaseModel):
status: str
message: str