forked from open-webui/open-webui
		
	Update +page.svelte
This commit is contained in:
		
							parent
							
								
									0f41abd7ce
								
							
						
					
					
						commit
						3db6bbfd38
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -388,7 +388,7 @@ | |||
| 								> | ||||
| 									<option value="" selected>Select a model</option> | ||||
| 
 | ||||
| 									{#each models.models as model} | ||||
| 									{#each models as model} | ||||
| 										<option value={model.name}>{model.name}</option> | ||||
| 									{/each} | ||||
| 								</select> | ||||
|  | @ -447,7 +447,7 @@ | |||
| 												</div> | ||||
| 											</div> | ||||
| 										{:else} | ||||
| 											<div class="whitespace-pre-line"> | ||||
| 											<div class="markdown-body whitespace-pre-line"> | ||||
| 												{@html marked.parse(message.content)} | ||||
| 											</div> | ||||
| 										{/if} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek