trish06 commited on
Commit
d7dbe30
·
verified ·
1 Parent(s): b41641b
Files changed (1) hide show
  1. backend/main.py +2 -2
backend/main.py CHANGED
@@ -43,7 +43,7 @@ GROQ_API_KEY = os.environ.get("GROQ_API_KEY", "")
43
  EXTRACTION_SYSTEM = """Extract protocol parameters from this research paper.
44
  IMPORTANT:
45
  Do not extract numbers randomly.
46
- Only extract values that are clearly associated with an experimental step or procedure.
47
  Return ONLY valid JSON:
48
  {
49
  "title": "paper title",
@@ -63,7 +63,7 @@ Return ONLY valid JSON:
63
  }"""
64
 
65
  COMPARISON_SYSTEM = """You are an expert in bioengineering reproducibility and experimental methodology.
66
- Compare protocols from multiple research papers and identify ALL methodological contradictions.
67
  Return ONLY valid JSON (no markdown fences, no extra text) using this schema:
68
  {
69
  "protocol_type": "detected protocol type",
 
43
  EXTRACTION_SYSTEM = """Extract protocol parameters from this research paper.
44
  IMPORTANT:
45
  Do not extract numbers randomly.
46
+ Only extract values that are clearly associated with an experimental step or procedure. Always preserve context.
47
  Return ONLY valid JSON:
48
  {
49
  "title": "paper title",
 
63
  }"""
64
 
65
  COMPARISON_SYSTEM = """You are an expert in bioengineering reproducibility and experimental methodology.
66
+ Compare protocols from multiple research papers and identify ALL methodological contradictions. Always preserve context.
67
  Return ONLY valid JSON (no markdown fences, no extra text) using this schema:
68
  {
69
  "protocol_type": "detected protocol type",