trustgraph/trustgraph_configurator/templates/2.0/parameters/llamafile.jsonnet
elpresidank 74cc8a4685 Squashed 'ai-context/trustgraph-templates/' content from commit 42a5fd1b
git-subtree-dir: ai-context/trustgraph-templates
git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
2026-04-05 21:09:49 -05:00

9 lines
177 B
Jsonnet

// LlamaFile LLM Model Definitions
// Model input is just text
{
"type": "string",
"description": "LLM model to use",
"default": "phi4:14b",
"required": true
}