mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
Update feedback.py
- Deleted one printing
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user