forked from open-webui/open-webui
		
	feat: custom model chat styling updated
This commit is contained in:
		
							parent
							
								
									9b35b1fd90
								
							
						
					
					
						commit
						9de56550ab
					
				
					 3 changed files with 20 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -317,7 +317,17 @@
 | 
			
		|||
		</div>
 | 
			
		||||
		<div class=" mt-2 text-2xl text-gray-800 dark:text-gray-100 font-semibold">
 | 
			
		||||
			{#if selectedModelfile}
 | 
			
		||||
				{selectedModelfile.desc}
 | 
			
		||||
				<span class=" capitalize">
 | 
			
		||||
					{selectedModelfile.title}
 | 
			
		||||
				</span>
 | 
			
		||||
				<div class="mt-0.5 text-base font-normal text-gray-600 dark:text-gray-400">
 | 
			
		||||
					{selectedModelfile.desc}
 | 
			
		||||
				</div>
 | 
			
		||||
				{#if selectedModelfile.user}
 | 
			
		||||
					<div class="mt-0.5 text-sm font-normal text-gray-500 dark:text-gray-500">
 | 
			
		||||
						By <a href="https://ollamahub.com/">@{selectedModelfile.user.username}</a>
 | 
			
		||||
					</div>
 | 
			
		||||
				{/if}
 | 
			
		||||
			{:else}
 | 
			
		||||
				How can I help you today?
 | 
			
		||||
			{/if}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue