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— Protocolhost— Server hostname or IP (required)port— Port (required)path— Path (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settingscf_id— Cloudflare Access Client Idcf_secret— Cloudflare Access Client Secretdefault_model— Default Model
Commands (7)
-
ollama-conversationGeneral chat command that tracks the conversation history in the Incident.
-
ollama-generateGenerate a response for a given prompt with a provided model. Conversation history IS NOT tracked.
-
ollama-list-modelsGet a list of all available models.
-
ollama-model-createCreate a new model from a Modelfile.
-
ollama-model-deleteDelete a model.
-
ollama-model-infoShow information for a specific model.
-
ollama-model-pullPull a model.