m00913563 commited on
Commit
b7af1d6
·
1 Parent(s): 538af23

print payload

Browse files
Files changed (1) hide show
  1. evaluator.py +2 -0
evaluator.py CHANGED
@@ -99,6 +99,8 @@ SKILL TO BE EVALUATED: {skill}
99
 
100
  def gpt_evaluator(payload, fewshot, response_format):
101
  print("-----tes")
 
 
102
  response = client.beta.chat.completions.parse(
103
  model="gpt-4o-2024-08-06",
104
  messages=[
 
99
 
100
  def gpt_evaluator(payload, fewshot, response_format):
101
  print("-----tes")
102
+ print(fewshot)
103
+ print(payload)
104
  response = client.beta.chat.completions.parse(
105
  model="gpt-4o-2024-08-06",
106
  messages=[