Final CI fix: remove unused response variable in check_connection
Some checks failed
CI / test (push) Failing after 12s
Some checks failed
CI / test (push) Failing after 12s
This commit is contained in:
@@ -24,7 +24,7 @@ class OllamaClient:
|
||||
True if connection successful, False otherwise.
|
||||
"""
|
||||
try:
|
||||
response: ListResponse = ollama_lib.list()
|
||||
ollama_lib.list()
|
||||
return True
|
||||
except Exception:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user