+ gen mode

This commit is contained in:
xds
2026-02-02 23:08:47 +03:00
parent e593366c53
commit 4f533edf50
9 changed files with 576 additions and 106 deletions

View File

@@ -2,7 +2,8 @@ from pydantic import BaseModel
class Character(BaseModel):
id: int | None
id: str
name: str
character_image: bytes
character_bio: str
character_bio: str