5to9 commited on
Commit
9dc4929
·
1 Parent(s): 58ae992

copy tweaks 3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ open_ai_client = openai.OpenAI(
9
 
10
  client = Swarm(open_ai_client)
11
 
12
- TITLE = """<center><h1>Hotline Agent From Hell</h1><p><big>This is an exporation of openAI's recently released <a href='https://github.com/openai/swarm/tree/main'>Swarm Agent Framework</a>. I’ve taken this ingeniously crafted tool and cooked up a rather trivial hotline experience where a helpful agent tries to issue your refund. But, if you get annoying or aggressive... *cue evil laughter*... the "Agent from Hell" steps in to bury you in mind-numbing bureaucratic nonsense until you calm down! 😈</big></p><p><big>Complete the conversation nicely or passive agressive and see, which agent takes the reign.</big></p></center>"""
13
 
14
  example_answers = [
15
  ['🌩️ Are you f* kidding me?'],
 
9
 
10
  client = Swarm(open_ai_client)
11
 
12
+ TITLE = """<center><h1>Hotline Agent From Hell</h1><p><big>This is an exporation of openAI's recently released <a href='https://github.com/openai/swarm/tree/main'>Swarm Agent Framework</a>. I’ve taken this ingeniously crafted tool and cooked up a rather trivial hotline experience where a helpful agent tries to issue your refund. But, if you get annoying or aggressive... *cue evil laughter*... the "Agent from Hell" steps in to bury you in mind-numbing bureaucratic nonsense until you calm down! 😈</big></p><p><big>Complete the conversation nicely or passive agressive and see, which agent takes the lead.</big></p></center>"""
13
 
14
  example_answers = [
15
  ['🌩️ Are you f* kidding me?'],