Posted in

掌握 Gemini 1.5 的受控生成:开发者模式一致性_AI阅读总结 — 包阅AI

包阅导读总结

1. 关键词:美食、菜谱、食材、烹饪步骤、菜品分类

2. 总结:

文本介绍了三道不同课程(开胃菜、主菜、甜点)的美食菜谱,包括食材及烹饪步骤,如 Caprese Skewers、One-Pan Lemon Herb Salmon 和 Fruit Salad with Honey Yogurt。

3. 主要内容:

– 开胃菜:Caprese Skewers

– 食材:1 杯樱桃番茄、1 杯新鲜马苏里拉球、12 片新鲜罗勒叶、2 汤匙橄榄油、2 汤匙香醋糖浆、1 茶匙盐、1 茶匙黑胡椒

– 步骤:将食材穿在串上,淋上油和糖浆,用盐和胡椒调味

– 主菜:One-Pan Lemon Herb Salmon

– 食材:4 片三文鱼鱼片、1 磅芦笋、1 杯樱桃番茄、1 个柠檬、1 茶匙干牛至、1 茶匙干百里香、1 茶匙盐、1 茶匙黑胡椒、2 汤匙橄榄油

– 步骤:预热烤箱,准备烤盘,放置食材,挤柠檬汁、撒调料、淋油,烤制

– 甜点:Fruit Salad with Honey Yogurt

– 食材:1 杯草莓、1 杯蓝莓、1 杯覆盆子、1 杯希腊酸奶、2 汤匙蜂蜜

– 步骤:混合水果,调配酸奶和蜂蜜,搭配食用

思维导图:

文章地址:https://developers.googleblog.com/en/mastering-controlled-generation-with-gemini-15-schema-adherence/

文章来源:developers.googleblog.com

作者:Lewis Liu,Terry Koo

发布时间:2024/9/3 0:00

语言:英文

总字数:1375字

预计阅读时间:6分钟

评分:91分

标签:AI 生成控制,Gemini 1.5,模式一致性,谷歌 AI,OpenAPI 3.0


以下为原文内容

本内容来源于用户推荐转载,旨在分享知识与观点,如有侵权请联系删除 联系邮箱 media@ilingban.com

[    {        "course": "appetizer",        "name": "Caprese Skewers",        "ingredients": [            {                "name": "cherry tomatoes",                "amount": 1,                "unit": "cup"            },            {                "name": "fresh mozzarella balls",                "amount": 1,                "unit": "cup"            },            {                "name": "fresh basil leaves",                "amount": 12,                "unit": "count"            },            {                "name": "olive oil",                "amount": 2,                "unit": "tablespoon"            },            {                "name": "balsamic glaze",                "amount": 2,                "unit": "tablespoon"            },            {                "name": "salt",                "amount": 1,                "unit": "teaspoon"            },            {                "name": "black pepper",                "amount": 1,                "unit": "teaspoon"            }        ],        "steps": [            "Thread cherry tomatoes, mozzarella balls, and basil leaves onto skewers.",            "Drizzle with olive oil and balsamic glaze.",            "Season with salt and pepper to taste."        ]    },    {        "course": "main",        "name": "One-Pan Lemon Herb Salmon",        "ingredients": [            {                "name": "salmon fillets",                "amount": 4,                "unit": "count"            },            {                "name": "asparagus",                "amount": 1,                "unit": "pound"            },            {                "name": "cherry tomatoes",                "amount": 1,                "unit": "cup"            },            {                "name": "lemon",                "amount": 1,                "unit": "count"            },            {                "name": "dried oregano",                "amount": 1,                "unit": "teaspoon"            },            {                "name": "dried thyme",                "amount": 1,                "unit": "teaspoon"            },            {                "name": "salt",                "amount": 1,                "unit": "teaspoon"            },            {                "name": "black pepper",                "amount": 1,                "unit": "teaspoon"            },            {                "name": "olive oil",                "amount": 2,                "unit": "tablespoon"            }        ],        "steps": [            "Preheat oven to 400 degrees F (200 degrees C).",            "Line a baking sheet with parchment paper.",            "Place salmon fillets on one side of the baking sheet and spread asparagus and cherry tomatoes on the other side.",            "Squeeze lemon juice over the salmon and vegetables.",            "Sprinkle with oregano, thyme, salt, and pepper.",            "Drizzle with olive oil.",            "Bake for 15-20 minutes, or until salmon is cooked through and vegetables are tender."        ]    },    {        "course": "dessert",        "name": "Fruit Salad with Honey Yogurt",        "ingredients": [            {                "name": "strawberries",                "amount": 1,                "unit": "cup"            },            {                "name": "blueberries",                "amount": 1,                "unit": "cup"            },            {                "name": "raspberries",                "amount": 1,                "unit": "cup"            },            {                "name": "greek yogurt",                "amount": 1,                "unit": "cup"            },            {                "name": "honey",                "amount": 2,                "unit": "tablespoon"            }        ],        "steps": [            "In a large bowl, combine strawberries, blueberries, and raspberries.",            "In a separate bowl, mix together greek yogurt and honey.",            "Serve fruit salad with a dollop of honey yogurt."        ]    }]