Spaces:
Runtime error
Runtime error
chore: set allow tools default is false
Browse files
app.py
CHANGED
@@ -565,7 +565,7 @@ chat_interface = gr.ChatInterface(
|
|
565 |
fill_height=True,
|
566 |
additional_inputs=[
|
567 |
gr.Checkbox(
|
568 |
-
label="Allow used tools (available: search on internet)", value=
|
569 |
),
|
570 |
gr.Textbox(label="System prompt", lines=6),
|
571 |
gr.Slider(
|
|
|
565 |
fill_height=True,
|
566 |
additional_inputs=[
|
567 |
gr.Checkbox(
|
568 |
+
label="Allow used tools (available: search on internet)", value=False
|
569 |
),
|
570 |
gr.Textbox(label="System prompt", lines=6),
|
571 |
gr.Slider(
|