Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -69,11 +69,11 @@ demo = gr.ChatInterface( 
     | 
|
| 69 | 
         
             
                fn=respond,
         
     | 
| 70 | 
         
             
                additional_inputs=[
         
     | 
| 71 | 
         
             
                    system_message_box,
         
     | 
| 72 | 
         
            -
                     
     | 
| 73 | 
         
            -
                     
     | 
| 74 | 
         
            -
                     
     | 
| 75 | 
         
            -
                     
     | 
| 76 | 
         
            -
                     
     | 
| 77 | 
         
             
                    custom_model_box,
         
     | 
| 78 | 
         
             
                ],
         
     | 
| 79 | 
         
             
                fill_height=True,
         
     | 
| 
         | 
|
| 69 | 
         
             
                fn=respond,
         
     | 
| 70 | 
         
             
                additional_inputs=[
         
     | 
| 71 | 
         
             
                    system_message_box,
         
     | 
| 72 | 
         
            +
                    max_tokens,
         
     | 
| 73 | 
         
            +
                    temperature,
         
     | 
| 74 | 
         
            +
                    top_p,
         
     | 
| 75 | 
         
            +
                    frequency_penalty,
         
     | 
| 76 | 
         
            +
                    seed,
         
     | 
| 77 | 
         
             
                    custom_model_box,
         
     | 
| 78 | 
         
             
                ],
         
     | 
| 79 | 
         
             
                fill_height=True,
         
     |