Update feedback.py

- Deleted one printing
This commit is contained in:
Xisen Wang
2024-07-15 17:20:04 +08:00
committed by GitHub
parent 95f825f4bc
commit c5dedc832b
@@ -61,10 +61,7 @@ class QlibModelHypothesisExperiment2Feedback(HypothesisExperiment2Feedback):
system_prompt=sys_prompt_hypothesis,
json_mode=True,
)
# Log the raw response for debugging
print("Raw Response for Hypothesis Feedback:\n", response_hypothesis)
# Parse the JSON response to extract the feedback
response_json_hypothesis = json.loads(response_hypothesis)
hypothesis_feedback = HypothesisFeedback(