CreatorPhan commited on
Commit
c98c92e
1 Parent(s): 9cc6f0b

Update agent_t5.py

Browse files
Files changed (1) hide show
  1. agent_t5.py +1 -1
agent_t5.py CHANGED
@@ -99,7 +99,7 @@ class Agent:
99
  s_token-s_query, s_gen-s_token, s_de-s_gen, time.time()-s_de
100
  )
101
  print(t_mess, len(self.temp))
102
- if results[0]['score'] > 50:
103
  return results[0]['answer']
104
  else:
105
  return f"Tôi không chắc nhưng câu trả lời có thể là: {results[0]['answer']}\nBạn có thể tham khảo các câu trả lời bên cạnh!"
 
99
  s_token-s_query, s_gen-s_token, s_de-s_gen, time.time()-s_de
100
  )
101
  print(t_mess, len(self.temp))
102
+ if results[0]['score'] > 60:
103
  return results[0]['answer']
104
  else:
105
  return f"Tôi không chắc nhưng câu trả lời có thể là: {results[0]['answer']}\nBạn có thể tham khảo các câu trả lời bên cạnh!"