forked from open-webui/open-webui
		
	Merge pull request #567 from ollama-webui/wording
refac: model select option wording
This commit is contained in:
		
						commit
						6b3b4ced1c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1701,7 +1701,7 @@ | ||||||
| 											bind:value={titleAutoGenerateModel} | 											bind:value={titleAutoGenerateModel} | ||||||
| 											placeholder="Select a model" | 											placeholder="Select a model" | ||||||
| 										> | 										> | ||||||
| 											<option value="" selected>Default</option> | 											<option value="" selected>Current Model</option> | ||||||
| 											{#each $models.filter((m) => m.size != null) as model} | 											{#each $models.filter((m) => m.size != null) as model} | ||||||
| 												<option value={model.name} class="bg-gray-100 dark:bg-gray-700" | 												<option value={model.name} class="bg-gray-100 dark:bg-gray-700" | ||||||
| 													>{model.name + | 													>{model.name + | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek