mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +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
|
|
@ -37,7 +37,7 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
"-x",
|
||||
std.toString($["vertexai-max-output-tokens"]),
|
||||
"-t",
|
||||
std.toString($["vertexai-temperature"]),
|
||||
"%0.3f" % $["vertexai-temperature"],
|
||||
"-m",
|
||||
$["vertexai-model"],
|
||||
])
|
||||
|
|
@ -87,7 +87,7 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
"-x",
|
||||
std.toString($["vertexai-max-output-tokens"]),
|
||||
"-t",
|
||||
std.toString($["vertexai-temperature"]),
|
||||
"%0.3f" % $["vertexai-temperature"],
|
||||
"-m",
|
||||
$["vertexai-model"],
|
||||
"-i",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue