Add CI/CD (#1)

Reviewed-on: innovacion/Mayacontigo#1
This commit is contained in:
2025-11-25 05:54:58 +00:00
parent 11214c47f6
commit ccc7e7c786
17 changed files with 349 additions and 375 deletions

View File

@@ -55,3 +55,8 @@ async def send(message: Message, stream: bool = False):
else:
response = await services.generate(message.prompt, message.conversation_id)
return response
@app.get("/")
async def health():
return {"status": "ok"}