Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,8 +88,8 @@ additional_inputs=[
|
|
88 |
)
|
89 |
]
|
90 |
agents =[
|
91 |
-
WEB_DEV,
|
92 |
-
|
93 |
]
|
94 |
examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
|
95 |
["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
|
|
|
88 |
)
|
89 |
]
|
90 |
agents =[
|
91 |
+
"WEB_DEV",
|
92 |
+
"AI_SYSTEM_PROMPT",
|
93 |
]
|
94 |
examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
|
95 |
["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
|