fix: increase maxOutputTokens to 8192 in chatToRecipe; add 'Apri la ricetta' button after transfer

Fixes parse_error on complex recipes (JSON was truncated at 2048 tokens).
After successful transfer, shows 'Apri la ricetta' button inline in chat
alongside the ' Aggiunta alle Ricette!' button.
Closes #27
This commit is contained in:
dadaloop82
2026-05-10 15:08:24 +00:00
parent 370a5a62b0
commit 63ede4fb53
6 changed files with 22 additions and 10 deletions
+2 -1
View File
@@ -474,7 +474,8 @@
"suggestion_expiry_text": "Was läuft bald ab und wie kann ich es verwenden?",
"transfer_to_recipes": "Zu Rezepten hinzufügen",
"transferring": "Übertrage...",
"transferred": "Zu Rezepten hinzugefügt!"
"transferred": "Zu Rezepten hinzugefügt!",
"open_recipe": "Rezept öffnen"
},
"cooking": {
"close": "Schließen",
+2 -1
View File
@@ -474,7 +474,8 @@
"suggestion_expiry_text": "What's about to expire and how can I use it?",
"transfer_to_recipes": "Transfer to Recipes",
"transferring": "Transferring...",
"transferred": "Added to Recipes!"
"transferred": "Added to Recipes!",
"open_recipe": "Open recipe"
},
"cooking": {
"close": "Close",
+2 -1
View File
@@ -474,7 +474,8 @@
"suggestion_expiry_text": "Cosa sta per scadere e come posso usarlo?",
"transfer_to_recipes": "Trasferisci a Ricette",
"transferring": "Trasferimento in corso...",
"transferred": "Aggiunta alle Ricette!"
"transferred": "Aggiunta alle Ricette!",
"open_recipe": "Apri la ricetta"
},
"cooking": {
"close": "Chiudi",