Spaces:
Running
Running
Update app.py
Browse files
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
|
116 |
-
description="
|
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 |
],
|