mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
Fix auto-templates (#17)
This commit is contained in:
parent
c4bfd9fc8c
commit
d3cdb97528
28 changed files with 150 additions and 82 deletions
|
|
@ -12,6 +12,10 @@ local url = import "url.jsonnet";
|
|||
url.pulsar,
|
||||
"-k",
|
||||
"${OPENAI_KEY}",
|
||||
"-x",
|
||||
"4096",
|
||||
"-t",
|
||||
"0.0",
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -23,6 +27,10 @@ local url = import "url.jsonnet";
|
|||
url.pulsar,
|
||||
"-k",
|
||||
"${OPENAI_KEY}",
|
||||
"-x",
|
||||
"4096",
|
||||
"-t",
|
||||
"0.0",
|
||||
"-i",
|
||||
"non-persistent://tg/request/text-completion-rag",
|
||||
"-o",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue