Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinsane committed Mar 27, 2024
1 parent 05ff156 commit 48c0823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_gpt/components/llm/custom/ollama.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


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",
Expand Down

0 comments on commit 48c0823

Please sign in to comment.