Make temperature round to 3 dec places (#138)

This commit is contained in:
cybermaggedon 2024-11-05 23:04:21 +00:00 committed by GitHub
parent 65cda7b276
commit ee9373d55e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 16 deletions

View file

@ -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",