mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 01:16:22 +02:00
Updates for config util repo (#47)
* Fix pulsar manager template import * Add pattern categories. Update parameters with new schema. * Add more parameters to config
This commit is contained in:
parent
06a9e913dc
commit
121f7bb776
23 changed files with 228 additions and 39 deletions
|
|
@ -6,7 +6,7 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
|
||||
"azure-token":: "${AZURE_TOKEN}",
|
||||
"azure-endpoint":: "${AZURE_ENDPOINT}",
|
||||
"azure-max-output":: 4096,
|
||||
"azure-max-output-tokens":: 4096,
|
||||
"azure-temperature":: 0.0,
|
||||
|
||||
services +: {
|
||||
|
|
@ -22,7 +22,7 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
"-e",
|
||||
$["azure-endpoint"],
|
||||
"-x",
|
||||
std.toString($["azure-max-output"]),
|
||||
std.toString($["azure-max-output-tokens"]),
|
||||
"-t",
|
||||
std.toString($["azure-temperature"]),
|
||||
],
|
||||
|
|
@ -52,7 +52,7 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
$["azure-endpoint"],
|
||||
"-i",
|
||||
"-x",
|
||||
std.toString($["azure-max-output"]),
|
||||
std.toString($["azure-max-output-tokens"]),
|
||||
"-t",
|
||||
std.toString($["azure-temperature"]),
|
||||
"non-persistent://tg/request/text-completion-rag",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue