mirror of
https://github.com/open-webui/open-webui.git
synced 2025-04-11 05:19:09 +02:00
refac: print removed
This commit is contained in:
parent
be3ab88c88
commit
26a187f5ac
@ -182,8 +182,6 @@ async def get_ollama_versions(url_idx: Optional[int] = None):
|
||||
responses = await asyncio.gather(*tasks)
|
||||
responses = list(filter(lambda x: x is not None, responses))
|
||||
|
||||
print(responses)
|
||||
|
||||
if len(responses) > 0:
|
||||
lowest_version = min(
|
||||
responses, key=lambda x: tuple(map(int, x["version"].split(".")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user