diff --git a/app/src/git_commit_generator/ollama_client.py b/app/src/git_commit_generator/ollama_client.py index 4db8ad8..38f7a12 100644 --- a/app/src/git_commit_generator/ollama_client.py +++ b/app/src/git_commit_generator/ollama_client.py @@ -1,4 +1,4 @@ - """Ollama client wrapper for LLM interactions.""" +"""Ollama client wrapper for LLM interactions.""" import ollama as ollama_lib from ollama import ChatResponse, ListResponse