optimize db connection

This commit is contained in:
Matteo Rosati
2026-02-18 16:39:41 +01:00
parent 3c6c367600
commit 39eb4f4f01
6 changed files with 56 additions and 17 deletions

View File

@@ -2,5 +2,6 @@ from pydantic import BaseModel
class Prompt(BaseModel):
id: int
name: str
text: str