OuroborosM commited on
Commit
f550527
·
1 Parent(s): 606185f

update internet search description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -687,7 +687,7 @@ wikipedia_tool2 = Tool(
687
  duckduckgo_tool2 = Tool(
688
  name = "Duckduckgo Internet Search",
689
  func = Netsearch.run,
690
- description = "Useful to search information in internet when it is not available in other tools"
691
  )
692
 
693
  python_tool2 = Tool(
@@ -1575,7 +1575,7 @@ with gr.Blocks() as demo:
1575
 
1576
  with gr.Column() as main2:
1577
  title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
1578
- <center> v0.6.3: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
1579
  chatbot = gr.Chatbot()
1580
  with gr.Row():
1581
  inputtext = gr.Textbox(
 
687
  duckduckgo_tool2 = Tool(
688
  name = "Duckduckgo Internet Search",
689
  func = Netsearch.run,
690
+ description = "Useful to search in internet for real-time information and additional information which is not available in other tools"
691
  )
692
 
693
  python_tool2 = Tool(
 
1575
 
1576
  with gr.Column() as main2:
1577
  title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
1578
+ <center> v0.6.8: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
1579
  chatbot = gr.Chatbot()
1580
  with gr.Row():
1581
  inputtext = gr.Textbox(