You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ In the above example, we configure [Jetbrains Junie](https://www.jetbrains.com/j
44
44
-**🔄 Smart Load Balancing**: [Priority-based routing](https://thushan.github.io/olla/concepts/load-balancing/) with automatic failover and connection retry
45
45
-**🔍 Smart Model Unification**: [Per-provider unification + OpenAI-compatible cross-provider routing](https://thushan.github.io/olla/concepts/model-unification/)
46
46
-**⚡ Dual Proxy Engines**: [Sherpa (simple) and Olla (high-performance)](https://thushan.github.io/olla/concepts/proxy-engines/)
47
-
-**🎯 Advanced Filtering**: [Profile and model filtering](https://thushan.github.io/olla/filters/) with glob patterns for precise control
47
+
-**🎯 Advanced Filtering**: [Profile and model filtering](https://thushan.github.io/olla/configuration/filters/) with glob patterns for precise control
48
48
-**💊 Health Monitoring**: [Continuous endpoint health checks](https://thushan.github.io/olla/concepts/health-checking/) with circuit breakers and automatic recovery
49
49
-**🔁 Intelligent Retry**: Automatic retry on connection failures with immediate transparent endpoint failover
50
50
-**🔧 Self-Healing**: Automatic model discovery refresh when endpoints recover
@@ -230,7 +230,7 @@ discovery:
230
230
- "*uncensored*"# No uncensored models
231
231
```
232
232
233
-
For comprehensive configuration options, see [Configuration Reference](https://thushan.github.io/olla/configuration/reference/). Learn about [filtering capabilities](https://thushan.github.io/olla/filters/) for controlling profiles and models.
233
+
For comprehensive configuration options, see [Configuration Reference](https://thushan.github.io/olla/configuration/reference/). Learn about [filtering capabilities](https://thushan.github.io/olla/configuration/filters/) for controlling profiles and models.
0 commit comments