Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Upload llmdolphin.py
Browse files- llmdolphin.py +2 -1
    	
        llmdolphin.py
    CHANGED
    
    | @@ -508,8 +508,9 @@ def add_dolphin_models(query, format_name): | |
| 508 | 
             
                    return gr.update(visible=True)
         | 
| 509 | 
             
                #print(add_models)
         | 
| 510 | 
             
                llm_models = (llm_models | add_models).copy()
         | 
|  | |
| 511 | 
             
                choices = get_dolphin_models()
         | 
| 512 | 
            -
                return gr.update(choices=choices, value=choices[-1])
         | 
| 513 |  | 
| 514 |  | 
| 515 | 
             
            dolphin_output_language = "English"
         | 
|  | |
| 508 | 
             
                    return gr.update(visible=True)
         | 
| 509 | 
             
                #print(add_models)
         | 
| 510 | 
             
                llm_models = (llm_models | add_models).copy()
         | 
| 511 | 
            +
                update_llm_model_tupled_list()
         | 
| 512 | 
             
                choices = get_dolphin_models()
         | 
| 513 | 
            +
                return gr.update(choices=choices, value=choices[-1][1])
         | 
| 514 |  | 
| 515 |  | 
| 516 | 
             
            dolphin_output_language = "English"
         | 
