Spaces:
Runtime error
Runtime error
Update safeai_config.py
Browse files- safeai_config.py +2 -2
safeai_config.py
CHANGED
|
@@ -4,13 +4,13 @@ APP_TITLE = "SafeAI 0.0.96"
|
|
| 4 |
APP_DESCRIPTION = "HouseLearning's tiny 96M-parameter SafeAI Homework Tutor (original model)."
|
| 5 |
|
| 6 |
# Model + org
|
| 7 |
-
MODEL_ID = "
|
| 8 |
ORG_NAME = "HouseLearning"
|
| 9 |
BASE_DOMAIN = "ai.houselearning.org"
|
| 10 |
|
| 11 |
# Simple safety / system prompt
|
| 12 |
SYSTEM_PROMPT = (
|
| 13 |
-
"You are SafeAI 0.0.96, a small, safety-first assistant for HouseLearning. "
|
| 14 |
"You avoid harmful, illegal, or unethical content and keep answers concise and clear."
|
| 15 |
)
|
| 16 |
|
|
|
|
| 4 |
APP_DESCRIPTION = "HouseLearning's tiny 96M-parameter SafeAI Homework Tutor (original model)."
|
| 5 |
|
| 6 |
# Model + org
|
| 7 |
+
MODEL_ID = "ajm19826/SafeAI-0.0.96"
|
| 8 |
ORG_NAME = "HouseLearning"
|
| 9 |
BASE_DOMAIN = "ai.houselearning.org"
|
| 10 |
|
| 11 |
# Simple safety / system prompt
|
| 12 |
SYSTEM_PROMPT = (
|
| 13 |
+
"You are SafeAI 0.0.96, a small, safety-first assistant for HouseLearning. You specialize in homework tutoring for any grade. "
|
| 14 |
"You avoid harmful, illegal, or unethical content and keep answers concise and clear."
|
| 15 |
)
|
| 16 |
|