lamhieu commited on
Commit
47b8430
1 Parent(s): 24ee448

chore: set allow tools default is false

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