mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 08:41:03 +02:00
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
9 lines
178 B
Jsonnet
9 lines
178 B
Jsonnet
// Azure OpenAI LLM Model Definitions
|
|
// Model input is just text
|
|
|
|
{
|
|
"type": "string",
|
|
"description": "LLM model to use",
|
|
"default": "gpt-4o",
|
|
"required": true
|
|
}
|