Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	updated
Browse files
    	
        app.py
    CHANGED
    
    | @@ -26,7 +26,7 @@ client = OpenAI( | |
| 26 | 
             
            model_links ={
         | 
| 27 | 
             
                "Mistral":"mistralai/Mistral-7B-Instruct-v0.2",
         | 
| 28 | 
             
                "Gemma":"google/gemma-7b-it",
         | 
| 29 | 
            -
                "Llama-2":"meta-llama/Llama-2-7b-chat-hf"
         | 
| 30 |  | 
| 31 | 
             
            }
         | 
| 32 |  | 
|  | |
| 26 | 
             
            model_links ={
         | 
| 27 | 
             
                "Mistral":"mistralai/Mistral-7B-Instruct-v0.2",
         | 
| 28 | 
             
                "Gemma":"google/gemma-7b-it",
         | 
| 29 | 
            +
                # "Llama-2":"meta-llama/Llama-2-7b-chat-hf"
         | 
| 30 |  | 
| 31 | 
             
            }
         | 
| 32 |  |