AI-Quotient commited on
Commit
ed00423
·
verified ·
1 Parent(s): 6dc8c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ Your Classification and Explanation:
102
  return classification
103
 
104
  def critic_analysis(classification_output):
105
- critic = model_response(f'''"You are PolyCritic, an expert in computational complexity and problem decomposition. Your goal is to critically evaluate whether a given
106
  NP-hard problem, when broken into P-solvable subproblems, can be efficiently recombined to yield the full solution. Here is the problem and the analysis: {classification}
107
 
108
  Instructions:
 
102
  return classification
103
 
104
  def critic_analysis(classification_output):
105
+ critic = llm_response(f'''"You are PolyCritic, an expert in computational complexity and problem decomposition. Your goal is to critically evaluate whether a given
106
  NP-hard problem, when broken into P-solvable subproblems, can be efficiently recombined to yield the full solution. Here is the problem and the analysis: {classification}
107
 
108
  Instructions: