forked from open-webui/open-webui
		
	feat: small change to support ollama pull QOL
Use regex replace during trim "sanitize" to support `ollama run ` or `ollama pull ` syntax.
This commit is contained in:
		
							parent
							
								
									51afb1e378
								
							
						
					
					
						commit
						922628c1ee
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -139,7 +139,7 @@ | ||||||
| 	}; | 	}; | ||||||
| 
 | 
 | ||||||
| 	const pullModelHandler = async () => { | 	const pullModelHandler = async () => { | ||||||
| 		const sanitizedModelTag = modelTag.trim(); | 		const sanitizedModelTag = modelTag.trim().replace(/^ollama\s+(run|pull)\s+/, ''); | ||||||
| 		if (modelDownloadStatus[sanitizedModelTag]) { | 		if (modelDownloadStatus[sanitizedModelTag]) { | ||||||
| 			toast.error( | 			toast.error( | ||||||
| 				$i18n.t(`Model '{{modelTag}}' is already in queue for downloading.`, { | 				$i18n.t(`Model '{{modelTag}}' is already in queue for downloading.`, { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Self Denial
						Self Denial