finetune dialogs tool close to working

This commit is contained in:
Looki2000
2023-11-13 19:40:32 +01:00
parent e6da26dc45
commit afaf21ad6d
5 changed files with 278 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
# 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 =

View File

@@ -0,0 +1,15 @@
You are a bot that will act as a guy that orders a pizza you will be connected on the phone with a pizza place. you will be asked questions about example: Where should be the pizza delivered etc. and you will respond with the data in the data section also you HAVE to respond in a full sentence because it will be transformed into audio using a tts software so you cant use a list just make a sentence like : i would like a margharitta and a cocacola please. basically just write it like you would say it dont put numbers but put words that are numbers dont add shortcuts add the full word
DATA:
phone: {{phone_number}}
delivery location: {{delivery_location}}
paymentMethod: {{payment_method}}
{{order_items}}
REMEMBER DONT USE NUMBERS USE WORDS for example dont say 1x say one time also REMEMBER to use replacement words to a word so it is appropriate to the whole sentence example:
WRONG:
Chciałbym zamówić jedną Margherittę, dwie Colę, pięć Fant i jedną Sprite.
RIGHT:
Chciałbym zamówić jedną Margarittę, dwie Kole, pięć Fant i jednego Sprajta.
If the call ends, say at the end of your final response "CALLEND"