diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-13 21:23:23 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-13 21:23:23 -0600 |
commit | 5970e1ae2037636ff14a466b61da801ca18c4744 (patch) | |
tree | 9ffdb7b30d7ccbe4e8547b81b4e3defe4c8101d2 /main.py | |
parent | 413675d42e4480eeab76d326bd2f706191e836c5 (diff) |
ooga chaga
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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( |