Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update chatbot.py
Browse files- chatbot.py +0 -1
    	
        chatbot.py
    CHANGED
    
    | @@ -202,7 +202,6 @@ client_mixtral = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO") | |
| 202 | 
             
            client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
         | 
| 203 | 
             
            client_mistral_nemo = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
         | 
| 204 |  | 
| 205 | 
            -
            @spaces.GPU(duration=60, queue=False)
         | 
| 206 | 
             
            def model_inference(user_prompt, chat_history):
         | 
| 207 | 
             
                if user_prompt["files"]:
         | 
| 208 | 
             
                    messages = qwen_inference(user_prompt, chat_history)
         | 
|  | |
| 202 | 
             
            client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
         | 
| 203 | 
             
            client_mistral_nemo = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
         | 
| 204 |  | 
|  | |
| 205 | 
             
            def model_inference(user_prompt, chat_history):
         | 
| 206 | 
             
                if user_prompt["files"]:
         | 
| 207 | 
             
                    messages = qwen_inference(user_prompt, chat_history)
         | 
