[1.35.0]
Update mealie to 3.12.0
Full Changelog
feat: Auto-adjust shopping list item autofocus @michael-genson (#7096)
feat: Improve auto-form layout @michael-genson (#7150)
feat: include extra ingredients + amounts in NLP parser output @michael-genson (#7191)
feat: replace python script with curl @michelezoncheddu (#7192)
fix: Include unmade recipes when filtering by last made @michael-genson (#7130)
fix: Ensure recipe ingredients have a valid reference_id @michael-genson (#7139)
fix(deps): update dependency fastapi to v0.133.1 @michael-genson (#7146)
fix: data management food edit / create @Kuchenpirat (#7148)
fix: Updated get_ts_locales to resolve issues with Automatic Locale Sync workflow @Choromanski (#7181)
fix: Logic to unset-rating when currentrating is selected @Choromanski (#7182)
@nebulon said in Open AI Integration:
you have to prefix the env variables with export statement, as env.sh is a .sh file. So like:
export OPENAI_API_KEY=...
Ah, I didn’t know that – thanks a lot for the reply!
Problem solved
@girish I was using Tandoor before but I switched to Mealie. The UI is much better, the application has less bug and the OpenAI integration is amazing.
I haven't found a single thing that Tandoor does better than Mealie
The validation code seems to be at https://github.com/hay-kot/mealie/blob/8d79773bf65eb6bfd9021963324d53a25aab3cde/mealie/routes/admin/admin_about.py#L62 however I don't quite understand what it tries to check here. I don't think this is relevant on Cloudron though.