mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
23 lines
504 B
Jsonnet
23 lines
504 B
Jsonnet
|
|
// For OpenAI LLMs
|
|
|
|
local base = import "base/base.jsonnet";
|
|
local images = import "values/images.jsonnet";
|
|
local url = import "values/url.jsonnet";
|
|
|
|
{
|
|
|
|
// "prompt-definition-template": "PROMPT GOES HERE",
|
|
|
|
// "prompt-relationship-template":: "PROMPT GOES HERE",
|
|
|
|
// "prompt-topic-template":: "PROMPT GOES HERE",
|
|
|
|
// "prompt-knowledge-query-template":: "PROMPT GOES HERE",
|
|
|
|
// "prompt-document-query-template":: "PROMPT GOES HERE",
|
|
|
|
// "prompt-rows-template":: "PROMPT GOES HERE",
|
|
|
|
}
|
|
|