diff --git a/app/src/git_commit_generator/ollama_client.py b/app/src/git_commit_generator/ollama_client.py index 38f7a12..1c621b1 100644 --- a/app/src/git_commit_generator/ollama_client.py +++ b/app/src/git_commit_generator/ollama_client.py @@ -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