pabloce commited on
Commit
5557964
·
verified ·
1 Parent(s): d2a3924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def search_web(search_query: str):
82
  result_string += web_info
83
 
84
  res = result_string.strip()
85
- return "Based on the following results, answer the previous user query:\nResults:\n\n" + res
86
 
87
 
88
  def get_messages_formatter_type(model_name):
 
82
  result_string += web_info
83
 
84
  res = result_string.strip()
85
+ return "Based on the following results, answer the previous user query:\nResults:\n\n" + res[:32768]
86
 
87
 
88
  def get_messages_formatter_type(model_name):