Aulafy
Courses/Self-hosted AI automation for small businesses/Ollama and Open WebUI as a private interface

Ollama and Open WebUI as a private interface

Open WebUI can be the team's entry point: chat, models, tools, and internal knowledge. Ollama provides a simple way to run local models.

  • Connect Open WebUI to Ollama or OpenAI-compatible endpoints.
  • Decide which users, models, and tools each profile can use.
  • Prevent internal chat from becoming an unrestricted channel without proper permissions.
TerminalCode
perfiles:
  administracion:
    modelos: [local-small, cloud-strong]
    tools: [buscar_factura, crear_borrador_email]
  soporte:
    modelos: [local-small]
    tools: [buscar_faq, crear_ticket]
  direccion:
    modelos: [cloud-strong]
    tools: [resumen_kpis]

prohibido:
  - herramientas sin log
  - enviar emails directos
  - acceder a datos fuera del rol