mirror of
https://github.com/mudler/LocalAI.git
synced 2026-08-02 11:30:44 -04:00
Add the CAJAL GGUF gallery template and gallery index entry for local llama-cpp installs. Assisted-by: Codex:gpt-5 Signed-off-by: Ching Kao <0980124jim@gmail.com> Co-authored-by: localai-org-maint-bot <bot-opensource@localaisrl.com>
17 lines
245 B
YAML
17 lines
245 B
YAML
---
|
|
name: "cajal"
|
|
|
|
config_file: |
|
|
backend: llama-cpp
|
|
context_size: 32768
|
|
known_usecases:
|
|
- chat
|
|
- completion
|
|
function:
|
|
grammar:
|
|
disable: true
|
|
options:
|
|
- use_jinja:true
|
|
template:
|
|
use_tokenizer_template: true
|