LLAMACPP
AI Provider: llama.cpp
Quick Start Guide
Note: AI_MODEL should stay default unless there is a folder in model-prompts specific to the model that you're using. You can also create one and add your own prompts.
Update your agent settings
Make sure your model is placed in the folder
models/Create a new agent
Set
AI_PROVIDERtollamacpp.Set
MODEL_PATHto the path of your llama.cpp model (for docker containersmodels/is mapped to/model)
Last updated