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