Skip to content

Commit

Permalink
feat: Add note about offline server exclusion and failover
Browse files Browse the repository at this point in the history
  • Loading branch information
presbrey committed Aug 25, 2024
1 parent 0a0e1ba commit 3b982ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

OllamaFarm is a Go package that manages multiple Ollama instances, providing a convenient way to interact with a farm of Ollama servers. It offers features like client registration, server selection based on criteria, and model availability tracking.

OllamaFarm automatically handles offline server exclusion and failover. When an Ollama instance becomes unavailable, it is marked as offline and excluded from selection. The farm then automatically selects the next available Ollama with the highest priority (lowest priority number) within the same group, ensuring continuous operation and optimal resource utilization without manual intervention.

## Installation

To install OllamaFarm, use the following command:
Expand Down

0 comments on commit 3b982ee

Please sign in to comment.