mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
Make temperature round to 3 dec places (#138)
This commit is contained in:
parent
65cda7b276
commit
ee9373d55e
8 changed files with 16 additions and 16 deletions
|
|
@ -29,7 +29,7 @@ local chunker = import "chunker-recursive.jsonnet";
|
|||
"-x",
|
||||
std.toString($["bedrock-max-output-tokens"]),
|
||||
"-t",
|
||||
std.toString($["bedrock-temperature"]),
|
||||
"%0.3f" % $["bedrock-temperature"],
|
||||
"-m",
|
||||
$["bedrock-model"],
|
||||
])
|
||||
|
|
@ -47,7 +47,7 @@ local chunker = import "chunker-recursive.jsonnet";
|
|||
"-x",
|
||||
std.toString($["bedrock-max-output-tokens"]),
|
||||
"-t",
|
||||
std.toString($["bedrock-temperature"]),
|
||||
"%0.3f" % $["bedrock-temperature"],
|
||||
"-m",
|
||||
$["bedrock-model"],
|
||||
"-i",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue