Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -56,8 +56,9 @@ def respond( | |
| 56 |  | 
| 57 |  | 
| 58 | 
             
                    for event in completion:
         | 
| 59 | 
            -
                         | 
| 60 | 
            -
             | 
|  | |
| 61 | 
             
                        if hasattr(event.choices[0].delta, 'reasoning_content'):
         | 
| 62 | 
             
                            if is_reasoning_start:
         | 
| 63 | 
             
                                response += '> **Start thinking**\n\n'
         | 
|  | |
| 56 |  | 
| 57 |  | 
| 58 | 
             
                    for event in completion:
         | 
| 59 | 
            +
                        if message == "深圳哪里好玩?":
         | 
| 60 | 
            +
                            print(event)
         | 
| 61 | 
            +
                            print(event.choices[0].delta)
         | 
| 62 | 
             
                        if hasattr(event.choices[0].delta, 'reasoning_content'):
         | 
| 63 | 
             
                            if is_reasoning_start:
         | 
| 64 | 
             
                                response += '> **Start thinking**\n\n'
         | 
