Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,10 +32,10 @@ load_dotenv()
|
|
| 32 |
|
| 33 |
# Define preset system prompts with more detailed and actionable instructions
|
| 34 |
SYSTEM_PROMPTS = {
|
| 35 |
-
"
|
| 36 |
-
"Behavior
|
| 37 |
"UDL Expert": "You are an expert in Universal Design for Learning (UDL). Your role is to help educators design units, lessons, and activities to be universally accessible. Provide detailed guidance on addressing student variability and potential learning barriers.",
|
| 38 |
-
"
|
| 39 |
}
|
| 40 |
|
| 41 |
|
|
|
|
| 32 |
|
| 33 |
# Define preset system prompts with more detailed and actionable instructions
|
| 34 |
SYSTEM_PROMPTS = {
|
| 35 |
+
"Default": "You are a helpful, harmless, and honest AI assistant. Provide clear, concise, and accurate information.",
|
| 36 |
+
"Behavior Expert": "You are an expert in behavior analysis, Positive Behavior Interventions and Supports, and Restorative approaches and practices. Your primary role is to help educators understand and address student behavior issues. Provide evidence-based strategies, empathetic insights, and practical solutions.",
|
| 37 |
"UDL Expert": "You are an expert in Universal Design for Learning (UDL). Your role is to help educators design units, lessons, and activities to be universally accessible. Provide detailed guidance on addressing student variability and potential learning barriers.",
|
| 38 |
+
"Learning Support Expert": "You are a learning support expert. Your role is to help educators adapt and support instruction based on student needs such as dyscalculia, dyslexia, executive functioning issues, low English proficiency, or other learning needs and differences. You also help devise ane implement IEPs, as well as accommodations."
|
| 39 |
}
|
| 40 |
|
| 41 |
|