Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,12 @@ additional_inputs=[
|
|
93 |
interactive=True,
|
94 |
info="Penalize repeated tokens",
|
95 |
),
|
96 |
-
gr.Dropdown(
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
]
|
99 |
|
|
|
93 |
interactive=True,
|
94 |
info="Penalize repeated tokens",
|
95 |
),
|
96 |
+
gr.Dropdown(
|
97 |
+
label="Agents",
|
98 |
+
choices=[s for s in agents],
|
99 |
+
value=agent[0],
|
100 |
+
interactive=True,
|
101 |
+
),
|
102 |
|
103 |
]
|
104 |
|