lamhieu commited on
Commit
91eb32f
1 Parent(s): 4b49ce8

chore: set allow tools default is false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True
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(