HEADER_INFO = """""".strip() SIDEBAR_INFO = """
Liam H
""" CHEF_INFO = """

Welcome to our lovely restaurant!

(We are at your service with two of the best chefs in the world: Chef Scheherazade, Chef Giovanni. Scheherazade is known for being more creative whereas Giovanni is more meticulous.)

""".strip() PROMPT_BOX = "Add custom ingredients here (separated by `,`): " STORY = """

Hello everyone 👋, I am Chef Transformer, the owner of this restaurant. Both Giovanni and Scheherazade can produce exceptional dishes but I regard Scheherazade as being creative while Giovanni is meticulous. If you give each of them the same ingredients, they'll usually come up with something different.

At the start of the program the chefs read cookbooks containing thousands of recipes of varying difficulties and from cultures all over the world. I trained my chefs by asking them to generate a title, a list of ingredients (including amounts!), and a list of directions after giving them just a simple list of food items.

[Inputs]
    {food items*: separated by comma}
     
[Targets]
    title: {TITLE} <section>
    ingredients: {INGREDIENTS: separated by <sep>} <section>
    directions: {DIRECTIONS: separated by <sep>}.

In the cookbooks (a.k.a dataset), the food items were referred to as NER.

In the span of a week, my chefs went from spitting out nonsense to creating masterpieces. Their learning rate was exceptionally high and each batch of recipes was better than the last.
In their final exam, they achieved high scores 💯 in a standardized industry test and established this restaurant 🍲. Please tell your friends and family about us! We create each recipe with a smile on our faces 🤗.

""".strip()