bstraehle commited on
Commit
c097c3c
1 Parent(s): bf9cd7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -112,13 +112,13 @@ gr.ChatInterface(
112
  chat,
113
  chatbot=gr.Chatbot(height=300),
114
  textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
115
- title="Multi-Agent Demo",
116
- description="Triage agent, Sales agent, and Issues & Repairs agent",
117
  retry_btn=None,
118
  undo_btn=None,
119
  clear_btn="Clear",
120
- examples=[["Generate the first 10 Fibbonaci numbers with code.", "sk-<BringYourOwn>"]],
121
- cache_examples=False,
122
  additional_inputs=[
123
  gr.Textbox("sk-", label="OpenAI API Key", type = "password"),
124
  ],
 
112
  chat,
113
  chatbot=gr.Chatbot(height=300),
114
  textbox=gr.Textbox(placeholder="Question", container=False, scale=7),
115
+ title="Multi-Agent Orchestration",
116
+ description="Demo with three agents using hand-off pattern: triage agent, sales agent, and issues & repairs agent",
117
  retry_btn=None,
118
  undo_btn=None,
119
  clear_btn="Clear",
120
+ #examples=[["Generate the first 10 Fibbonaci numbers with code.", "sk-<BringYourOwn>"]],
121
+ #cache_examples=False,
122
  additional_inputs=[
123
  gr.Textbox("sk-", label="OpenAI API Key", type = "password"),
124
  ],