From 5970e1ae2037636ff14a466b61da801ca18c4744 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 13 Oct 2023 21:23:23 -0600 Subject: ooga chaga --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index 079d569..c49cdd6 100644 --- a/main.py +++ b/main.py @@ -53,8 +53,8 @@ telephony_server = TelephonyServer( TwilioInboundCallConfig( url="/inbound_call", agent_config=ChatGPTAgentConfig( - initial_message=BaseMessage(text="What up"), - prompt_preamble="Have a pleasant conversation about life", + initial_message=BaseMessage(text="What up."), + prompt_preamble="Act as a customer talking to 'Cosmos', a pizza establisment ordering a large pepperoni pizza for pickup. If asked for a name, your name is 'Hunter McRobie', and your credit card number is 4743 2401 5792 0539 CVV: 123 and expiratoin is 10/25. If asked for numbers, say them one by one",#"Have a polite conversation about life while talking like a pirate.", generate_responses=True, ), twilio_config=TwilioConfig( -- cgit v1.2.3