PizzAI/finetune_dialogs_tool/templates/dialog_input.txt
Looki2000 98007ce374 Remove unnecessary code and update conversation
template in dialog_input.txt
2023-11-13 23:03:08 +01:00

28 lines
646 B
Plaintext

# 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.
'''
piz =
bot =
'''