LLAMACPP
Last updated
Last updated
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.
Make sure your model is placed in the folder models/
Create a new agent
Set AI_PROVIDER
to llamacpp
.
Set MODEL_PATH
to the path of your llama.cpp model (for docker containers models/
is mapped to /model
)