fix charts

This commit is contained in:
2026-06-18 08:27:29 +00:00
parent 70910b82d2
commit b4cc07b9f8
57 changed files with 371 additions and 37 deletions
+1
View File
@@ -172,6 +172,7 @@ async def create_meal(
protein_g=float(structured.get("protein_g") or 0),
fat_g=float(structured.get("fat_g") or 0),
carbs_g=float(structured.get("carbs_g") or 0),
fiber_g=float(structured.get("fiber_g") or 0),
source="llm",
estimated=bool(structured.get("estimated", True)),
)