cyqm commited on
Commit
094ab01
·
1 Parent(s): 816f303

Update handler

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -35,7 +35,7 @@ class EndpointHandler:
35
 
36
  messages = [
37
  {"role": "system", "content": "Please reason step by step, and put your final answer within \\boxed{}."},
38
- {"role": "user", "content": question + " Then, give your confidence level regarding your answer."}
39
  ]
40
 
41
  text = self.tokenizer.apply_chat_template(
 
35
 
36
  messages = [
37
  {"role": "system", "content": "Please reason step by step, and put your final answer within \\boxed{}."},
38
+ {"role": "user", "content": question + " Then, give your confidence level in percentage regarding your answer."}
39
  ]
40
 
41
  text = self.tokenizer.apply_chat_template(