From 48c0823af30807c0e4a2c809bd37a384e79b48fa Mon Sep 17 00:00:00 2001 From: rboone Date: Wed, 27 Mar 2024 17:28:14 +0100 Subject: [PATCH] ruff formatting --- private_gpt/components/llm/custom/ollama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_gpt/components/llm/custom/ollama.py b/private_gpt/components/llm/custom/ollama.py index 80447e6e..58722b5a 100644 --- a/private_gpt/components/llm/custom/ollama.py +++ b/private_gpt/components/llm/custom/ollama.py @@ -3,7 +3,7 @@ from pydantic import Field class CustomOllama(Ollama): - """Custom llama_index Ollama class with the only intention of passing on the keep_alive parameter.""" + """Custom Ollama class to fill in "keep_alive" when sending requests.""" keep_alive: str = Field( default="5m",