Spaces:
Sleeping
Sleeping
Commit
•
342c399
1
Parent(s):
9dc4929
typo correction (#1)
Browse files- typo correction (284353d0ab450e8e2370cb00cbc90448a2082b1f)
Co-authored-by: Sophia <datalore411@users.noreply.huggingface.co>
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
|
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 exploration 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?'],
|