ruff formatting

This commit is contained in:
rboone 2024-03-27 17:28:14 +01:00
parent 05ff156340
commit 48c0823af3

View File

@ -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",