* initially add text_generation_webui support * add env requirements install * add necessary dependencies * update for starting webui * update shared and noted to place models * update heading of part3 * meet comments * add copyright license * remove extensions * convert tutorial to windows side * add warm-up to optimize performance
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
@import url("file/css/chat_style-cai-chat.css");
 | 
						|
 | 
						|
.circle-bot, .circle-you {
 | 
						|
    height: 90px;
 | 
						|
    width: 60px;
 | 
						|
    border-radius: 10px;
 | 
						|
    background-color: #656565;
 | 
						|
}
 | 
						|
 | 
						|
.circle-bot img, .circle-you img {
 | 
						|
    border-radius: 8.333px;
 | 
						|
}
 | 
						|
 | 
						|
.circle-you {
 | 
						|
    background-color: #656565;
 | 
						|
}
 | 
						|
 | 
						|
.message {
 | 
						|
    padding-bottom: 30px;
 | 
						|
    grid-template-columns: 70px minmax(0, 1fr);
 | 
						|
}
 |