ollama

Charmed Ollama

Channel Revision Published Runs on
latest/beta 3 01 Aug 2024
Ubuntu 22.04
juju deploy ollama --channel beta
Show information

Platform:

Ubuntu
22.04

Learn about actions >

  • generate

    Completes a given prompt using the large language model you specify. Notice: you need to pull the model you want to use prior to running the "generate" action.

    Params
    • model string

      The name of the model to use

    • prompt string

      The prompt you want to give to the LLM

    Required

    model, prompt

  • pull

    Downloads and serves the model you specify. Find available models here: https://ollama.com/library

    Params
    • model string

      The name of the model to pull

    Required

    model