From c5dedc832ba51847fa38f8eed42f5ad45a67c05b Mon Sep 17 00:00:00 2001 From: Xisen Wang <118058822+Xisen-Wang@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:20:04 +0800 Subject: [PATCH] Update feedback.py - Deleted one printing --- rdagent/scenarios/qlib/task_generator/feedback.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rdagent/scenarios/qlib/task_generator/feedback.py b/rdagent/scenarios/qlib/task_generator/feedback.py index a18145ed..4054ef9f 100644 --- a/rdagent/scenarios/qlib/task_generator/feedback.py +++ b/rdagent/scenarios/qlib/task_generator/feedback.py @@ -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(