This commit is contained in:
Matteo Rosati
2026-02-18 15:39:01 +01:00
parent d4e9643afc
commit b64e97c9d0
12 changed files with 507 additions and 360 deletions

6
models/validation.py Normal file
View File

@@ -0,0 +1,6 @@
from pydantic import BaseModel
class Prompt(BaseModel):
name: str
text: str