fb700 commited on
Commit
55a2106
1 Parent(s): d213980

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -588,7 +588,7 @@ redBookins = """
588
 
589
  """
590
  '''
591
- redBookins="请你用最华丽、最真诚和最有感情的语言祝:顺欣妈妈、昊昊爸爸、昊昊生日快乐!请在每一行大量的使用🎂、❤️、💖、🥳、🥂、🎈、🎊、🎉、🎁、🍾等表示庆祝的的Emoji"
592
  def redBook(
593
  user_input, chatbot, max_length, top_p, temperature, history, past_key_values
594
  ):
@@ -788,7 +788,7 @@ def GGSearch(
788
  search_results = []
789
 
790
  # 限制搜索结果数量为3
791
- search_results = search_results[:3]
792
 
793
  # 从搜索结果抓取文本并存储到 GGSearchins
794
  scraped_texts = []
@@ -802,9 +802,8 @@ def GGSearch(
802
  # 更新聊天界面和历史记录
803
  chatbot.append(("联网搜索结果:", GGSearchins))
804
  history.append(("联网搜索结果:", GGSearchins))
805
- #ggins1="请围用户搜索主题,对搜索结果进行全面的总结。\n用户搜索主题:"
806
- #user_input =ggins1+ user_input+ "\n搜索结果:\n"+ GGSearchins
807
- user_input =txtSumins+ GGSearchins
808
 
809
  # 继续正常的 GPT 对话流程
810
  yield from predict(
 
588
 
589
  """
590
  '''
591
+ redBookins="请你用最华丽、最真诚和最有感情的语言祝:顺欣妈妈、昊昊爸爸、昊昊生日快乐!请大量的使用🎂、❤️、💖、🥳、🥂、🎈、🎊、🎉、🎁、🍾等表示庆祝的的Emoji"
592
  def redBook(
593
  user_input, chatbot, max_length, top_p, temperature, history, past_key_values
594
  ):
 
788
  search_results = []
789
 
790
  # 限制搜索结果数量为3
791
+ search_results = search_results[:5]
792
 
793
  # 从搜索结果抓取文本并存储到 GGSearchins
794
  scraped_texts = []
 
802
  # 更新聊天界面和历史记录
803
  chatbot.append(("联网搜索结果:", GGSearchins))
804
  history.append(("联网搜索结果:", GGSearchins))
805
+ ggins1="请围用户搜索主题,对搜索结果进行全面的总结。\n用户搜索主题:"
806
+ user_input =ggins1+ user_input+ "\n搜索结果:\n"+ GGSearchins
 
807
 
808
  # 继续正常的 GPT 对话流程
809
  yield from predict(