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.
|
True if connection successful, False otherwise.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
response: ListResponse = ollama_lib.list()
|
ollama_lib.list()
|
||||||
return True
|
return True
|
||||||
except Exception:
|
except Exception:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user