Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	
		Husnain
		
	commited on
		
		
					⚡ [Enhance] Use nous-mixtral-8x7b as default model
Browse files
    	
        examples/chat_with_post.py
    CHANGED
    
    | @@ -8,7 +8,7 @@ chat_api = "http://127.0.0.1:23333" | |
| 8 | 
             
            api_key = "sk-xxxxx"
         | 
| 9 | 
             
            requests_headers = {}
         | 
| 10 | 
             
            requests_payload = {
         | 
| 11 | 
            -
                "model": "mixtral-8x7b",
         | 
| 12 | 
             
                "messages": [
         | 
| 13 | 
             
                    {
         | 
| 14 | 
             
                        "role": "user",
         | 
|  | |
| 8 | 
             
            api_key = "sk-xxxxx"
         | 
| 9 | 
             
            requests_headers = {}
         | 
| 10 | 
             
            requests_payload = {
         | 
| 11 | 
            +
                "model": "nous-mixtral-8x7b",
         | 
| 12 | 
             
                "messages": [
         | 
| 13 | 
             
                    {
         | 
| 14 | 
             
                        "role": "user",
         | 
