PizzAI/finetune_dialogs_tool/templates/dialog_input.txt

28 lines
646 B
Plaintext
Raw Normal View History

2023-11-13 19:40:32 +01:00
# Phone adress is already randomized. No need to change it.
phone_number = "{{phone_number}}"
# Make up some adress. Can be real or fake. Put it between double quotes.
delivery_address = ""
# Payment method is already randomized. No need to change it.
payment_method = "{{payment_method}}"
# Order items are already randomized. No need to change it.
order_items = [
{{order_items}}
]
## PYTHON END ##
# Write the conversation below.
# The conversation has to start with "piz" (short for pizzeria) and has to end with "bot".
# Do not use double quotes (") in the conversation. Just type the text next to the = sign.
'''
2023-11-13 19:40:32 +01:00
piz =
bot =
'''