Spaces:
Runtime error
Runtime error
chore: set allow tools default is false
Browse files
app.py
CHANGED
@@ -577,7 +577,7 @@ chat_interface = gr.ChatInterface(
|
|
577 |
fill_height=True,
|
578 |
additional_inputs=[
|
579 |
gr.Checkbox(
|
580 |
-
label="Allow used tools (available: search on internet)", value=
|
581 |
),
|
582 |
gr.Textbox(label="System prompt", lines=6),
|
583 |
gr.Slider(
|
|
|
577 |
fill_height=True,
|
578 |
additional_inputs=[
|
579 |
gr.Checkbox(
|
580 |
+
label="Allow used tools (available: search on internet)", value=False
|
581 |
),
|
582 |
gr.Textbox(label="System prompt", lines=6),
|
583 |
gr.Slider(
|