mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-03 23:11:00 +02:00
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
9 lines
177 B
Jsonnet
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
|
|
}
|