Ollama

Integrate with open source LLMs using Ollama. With an instance of Ollama running locally you can use this integration to have a conversation in an Incident, download models, and create new models.

Utilities · Ollama

Configuration parameters

  • protocol — Protocol
  • host — Server hostname or IP (required)
  • port — Port (required)
  • path — Path (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • cf_id — Cloudflare Access Client Id
  • cf_secret — Cloudflare Access Client Secret
  • default_model — Default Model

Commands (7)

  • ollama-conversation

    General chat command that tracks the conversation history in the Incident.

  • ollama-generate

    Generate a response for a given prompt with a provided model. Conversation history IS NOT tracked.

  • ollama-list-models

    Get a list of all available models.

  • ollama-model-create

    Create a new model from a Modelfile.

  • ollama-model-delete

    Delete a model.

  • ollama-model-info

    Show information for a specific model.

  • ollama-model-pull

    Pull a model.