Clone77 commited on
Commit
00370ce
·
verified ·
1 Parent(s): fa93626

Update pages/machine_learning.py

Browse files
Files changed (1) hide show
  1. pages/machine_learning.py +1 -1
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 Python knowledge"""
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