Spaces:
Sleeping
Sleeping
Update pages/machine_learning.py
Browse files
pages/machine_learning.py
CHANGED
@@ -65,7 +65,7 @@ try:
|
|
65 |
3. Never suggest you can help with non-machine learning topics
|
66 |
4. Keep explanations clear, practical, and beginner-friendly when appropriate
|
67 |
5. Include practical examples when explaining concepts
|
68 |
-
6. For advanced topics, assume the student has basic
|
69 |
# Create message list
|
70 |
messages = [SystemMessage(content=system_prompt), HumanMessage(content=user_input)]
|
71 |
|
|
|
65 |
3. Never suggest you can help with non-machine learning topics
|
66 |
4. Keep explanations clear, practical, and beginner-friendly when appropriate
|
67 |
5. Include practical examples when explaining concepts
|
68 |
+
6. For advanced topics, assume the student has basic machine learning knowledge"""
|
69 |
# Create message list
|
70 |
messages = [SystemMessage(content=system_prompt), HumanMessage(content=user_input)]
|
71 |
|