mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-02 14:31:01 +02:00
Fix Google AI Studio model (#139)
This commit is contained in:
parent
ee9373d55e
commit
45091e01ec
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ local prompts = import "prompts/mixtral.jsonnet";
|
||||||
std.toString($["googleaistudio-max-output-tokens"]),
|
std.toString($["googleaistudio-max-output-tokens"]),
|
||||||
"-t",
|
"-t",
|
||||||
"%0.3f" % $["googleaistudio-temperature"],
|
"%0.3f" % $["googleaistudio-temperature"],
|
||||||
|
"-m",
|
||||||
|
$["googleaistudio-model"],
|
||||||
])
|
])
|
||||||
.with_env_var_secrets(envSecrets)
|
.with_env_var_secrets(envSecrets)
|
||||||
.with_limits("0.5", "128M")
|
.with_limits("0.5", "128M")
|
||||||
|
|
@ -42,6 +44,8 @@ local prompts = import "prompts/mixtral.jsonnet";
|
||||||
std.toString($["googleaistudio-max-output-tokens"]),
|
std.toString($["googleaistudio-max-output-tokens"]),
|
||||||
"-t",
|
"-t",
|
||||||
"%0.3f" % $["googleaistudio-temperature"],
|
"%0.3f" % $["googleaistudio-temperature"],
|
||||||
|
"-m",
|
||||||
|
$["googleaistudio-model"],
|
||||||
"-i",
|
"-i",
|
||||||
"non-persistent://tg/request/text-completion-rag",
|
"non-persistent://tg/request/text-completion-rag",
|
||||||
"-o",
|
"-o",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue