Charmed Ollama
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/beta | 3 | 01 Aug 2024 |
juju deploy ollama --channel beta
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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