fix charts
This commit is contained in:
@@ -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)),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user