Spaces:
Sleeping
Sleeping
Update app.py
#1
by
kaleempk
- opened
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
|