feat: expose Ollama models in Hermes picker
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""Hermes Ollama Models plugin integration."""
|
||||
|
||||
from .ollama_provider import sync_hermes_ollama_providers
|
||||
|
||||
|
||||
def register(ctx) -> None:
|
||||
"""Register the Ollama endpoints in Hermes' native model picker."""
|
||||
sync_hermes_ollama_providers()
|
||||
Reference in New Issue
Block a user