forked from open-webui/open-webui
		
	refac: print removed
This commit is contained in:
		
							parent
							
								
									be3ab88c88
								
							
						
					
					
						commit
						26a187f5ac
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -182,8 +182,6 @@ async def get_ollama_versions(url_idx: Optional[int] = None): | ||||||
|         responses = await asyncio.gather(*tasks) |         responses = await asyncio.gather(*tasks) | ||||||
|         responses = list(filter(lambda x: x is not None, responses)) |         responses = list(filter(lambda x: x is not None, responses)) | ||||||
| 
 | 
 | ||||||
|         print(responses) |  | ||||||
| 
 |  | ||||||
|         if len(responses) > 0: |         if len(responses) > 0: | ||||||
|             lowest_version = min( |             lowest_version = min( | ||||||
|                 responses, key=lambda x: tuple(map(int, x["version"].split("."))) |                 responses, key=lambda x: tuple(map(int, x["version"].split("."))) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek