Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if not GROQ_API_KEY:
14
  GROQ_MODEL = "llama3-8b-8192"
15
 
16
  # === Medical Classifier ===
17
- # Removed classifier usage, so no filtering/warnings
18
 
19
  def doctor_twin_light(prompt, category):
20
  # Removed the medical classifier check here
 
14
  GROQ_MODEL = "llama3-8b-8192"
15
 
16
  # === Medical Classifier ===
17
+ # Removed classifier usage, so no filtering/warnings.
18
 
19
  def doctor_twin_light(prompt, category):
20
  # Removed the medical classifier check here